Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / FeaturesPlugin / Test / TestRevolutionCut.py
index ca8f2b57b57010d2d1eb2f2b65bb350ecdf4080b..6ec4eb3b584c37d659c5273b2745d5f96842e4df 100644 (file)
@@ -144,3 +144,6 @@ assert (aFactory.validate(anRevolutionCutFt))
 assert (len(anRevolutionCutFt.results()) > 0)
 aCurrentResult = modelAPI_ResultBody(anRevolutionCutFt.firstResult())
 assert (aCurrentResult is not None)
+
+import model
+assert(model.checkPythonDump())