]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/Test/TestConstraintLength.py
Salome HOME
Tests for distance, parallel, perpendicular and radius constraints added
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintLength.py
index fe4539c39cbd8434db6ba2351b2b567f3c1b15ff..ef6dd0e67a5e886e2ea36b98443452df6aa25a52 100644 (file)
@@ -1,6 +1,6 @@
 """
-    TestConstraints.py
-    Base for all constaints tests.
+    TestConstraintLength.py
+    Unit test of SketchPlugin_ConstraintLength class
         
     SketchPlugin_ConstraintLength
         static const std::string MY_CONSTRAINT_LENGTH_ID("SketchConstraintLength");
@@ -15,7 +15,7 @@ from ModelAPI import *
 # Initialization of the test
 #=========================================================================
 
-__updated__ = "2014-07-28"
+__updated__ = "2014-07-29"
 
 aPluginManager = ModelAPI_PluginManager.get()
 aDocument = aPluginManager.rootDocument()