From: dbv Date: Thu, 6 Apr 2017 14:16:21 +0000 (+0300) Subject: Added test for creation arc by three points X-Git-Tag: V_2.7.0~39 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e7f0b06c258b742a843e42800fb340232b390dd1;p=modules%2Fshaper.git Added test for creation arc by three points --- diff --git a/src/SketchPlugin/CMakeLists.txt b/src/SketchPlugin/CMakeLists.txt index 452f5c139..45020553a 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -127,7 +127,7 @@ INSTALL(FILES ${TEXT_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}) ADD_UNIT_TESTS(TestSketchPointLine.py TestCreateArcByCenterStartEnd.py - # TestCreateArcByThreePoints.py + TestCreateArcByThreePoints.py TestCreateArcByTangentEdge.py # TestCreateArcChangeType.py TestCreateCircleByCenterAndPassed.py