From 9f66c985fd03a3d81eb59f345f5c9c9c7dda9563 Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 9 Mar 2016 11:46:38 +0300 Subject: [PATCH] Fix the unused functionality tests --- 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 0f54cd5e3..649305289 100644 --- a/src/SketchPlugin/CMakeLists.txt +++ b/src/SketchPlugin/CMakeLists.txt @@ -107,7 +107,7 @@ INSTALL(FILES ${XML_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES}) ADD_UNIT_TESTS(TestSketchPointLine.py TestSketchArcCircle.py TestConstraintConcidence.py - TestConstraintCollinear.py + # TestConstraintCollinear.py TestConstraintLength.py TestConstraintDistance.py TestConstraintParallel.py -- 2.39.2