X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FTest%2FTestDocument.py;h=7ff8a94505c6816b7c53ba99f7d49a111607695d;hb=0a97996addaf64d0d691044cf90b9490e33f2465;hp=14bf232bb49471b50036ce6d386266be157335fc;hpb=b4bccdade3d22c8375bcd5e374a9e99ab6fce250;p=modules%2Fshaper.git diff --git a/src/ModelAPI/Test/TestDocument.py b/src/ModelAPI/Test/TestDocument.py index 14bf232bb..7ff8a9450 100644 --- a/src/ModelAPI/Test/TestDocument.py +++ b/src/ModelAPI/Test/TestDocument.py @@ -88,3 +88,6 @@ aDoc2.addFeature("Remove") aSession.finishOperation() assert(aSession.moduleDocument().size("Parts") == 0) assert(aSession.activeDocument()) + +import model +assert(model.checkPythonDump())