]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModelAPI/Test/TestIntArray.py
Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ModelAPI / Test / TestIntArray.py
index 6b540f8504a4bd5a9e6b361619ee519b71250773..66a1a0a2198ba803c36b494bc91d050d42beff15 100755 (executable)
@@ -29,3 +29,6 @@ assert(aFeatureData.intArray("IntArray_1").size() == 5)
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())