X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FTest%2FTestSketchPointLine.py;h=55414c9c8f9c811b93bf8cb6aa2634dd9fdb62a6;hb=cb3b1befb8fa7b3067d9263f94391108429d691a;hp=b37b0f61dd8ed40904ef4567ce0cf431ce7b2909;hpb=ffbbcb80f7499ee530fddcc84548ca4a5dd53b49;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/Test/TestSketchPointLine.py b/src/SketchPlugin/Test/TestSketchPointLine.py index b37b0f61d..55414c9c8 100644 --- a/src/SketchPlugin/Test/TestSketchPointLine.py +++ b/src/SketchPlugin/Test/TestSketchPointLine.py @@ -100,3 +100,6 @@ aResultConstruction = modelAPI_ResultConstruction(aResult) aShape = aResultConstruction.shape() assert (aShape is not None) assert (not aShape.isNull()) + +import model +assert(model.checkPythonDump())