X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FTest%2FTestConstraintHorizontal.py;h=dc0b226d20b0d416ee5887f54e42c9eccd8ac875;hb=cb3b1befb8fa7b3067d9263f94391108429d691a;hp=7a7a7d3faa92392503e7839b5b20bb2ad3717fdb;hpb=ffbbcb80f7499ee530fddcc84548ca4a5dd53b49;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/Test/TestConstraintHorizontal.py b/src/SketchPlugin/Test/TestConstraintHorizontal.py index 7a7a7d3fa..dc0b226d2 100644 --- a/src/SketchPlugin/Test/TestConstraintHorizontal.py +++ b/src/SketchPlugin/Test/TestConstraintHorizontal.py @@ -74,3 +74,6 @@ assert(aLineStartPoint.y() == aLineEndPoint.y()) #========================================================================= # End of test #========================================================================= + +import model +assert(model.checkPythonDump())