Salome HOME
Added a unit test and additional update for the issue #1757
[modules/shaper.git] / src / ModelAPI / Test / Test1512.py
index 25f843acf37e3313c333acdaead8a175c4502b5f..491061c9be2b6d83c838351296654d1e2c36171a 100755 (executable)
@@ -149,3 +149,6 @@ assert(aFuse.firstResult().shape().isConnectedTopology() == False)
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())