From e7f0b06c258b742a843e42800fb340232b390dd1 Mon Sep 17 00:00:00 2001 From: dbv Date: Thu, 6 Apr 2017 17:16:21 +0300 Subject: [PATCH] Added test for creation arc by three points --- src/SketchPlugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2