From: nds Date: Wed, 15 Mar 2017 13:14:16 +0000 (+0300) Subject: #2027 Sketcher Trim feature - remove not ready tests from check. X-Git-Tag: V_2.7.0~222 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=30c395e3ee285a943649773fb2c17bae3c04ba72;p=modules%2Fshaper.git #2027 Sketcher Trim feature - remove not ready tests from check. --- diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index 6553c6b18..f8049d394 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -153,6 +153,4 @@ ADD_UNIT_TESTS(TestSketchPointLine.py Test1924.py Test1966.py Test1967.py - TestTrimArc.py - TestTrimCircle.py - TestTrimLine.py ) + TestTrimCircle.py)