Salome HOME
Added python dump checking for every unit test where it is useful.
[modules/shaper.git] / src / ModelAPI / Test / TestDoubleArray.py
index 88a1099c20e7241515a50d8bf511e82f43c4ec48..f546ea4a9e4bb77d0e41d296f5ad9f4057b4684f 100644 (file)
@@ -28,3 +28,6 @@ assert(math.fabs(aFeatureData.realArray("double_array").value(1) - 1.5) < 10 **
 #=========================================================================
 # End of test
 #=========================================================================
+
+import model
+assert(model.checkPythonDump())