Salome HOME
Improve ExchangePlugin code coverage
[modules/shaper.git] / src / FeaturesPlugin / Test / Test2724.py
index 98272e6d09914df49f1b5253b0a0a5f92a14d6df..16cd2c3304f645c0a5c619c7f013f0ae204bc4c2 100644 (file)
@@ -63,5 +63,5 @@ Box_1 = model.addBox(Part_1_doc, 10, 10, 10)
 Placement_1 = model.addPlacement(Part_1_doc, [model.selection("SOLID", (-30.00000000000001, -10, -10))], model.selection("FACE", (5, 10, 5)), model.selection("FACE", (-30, 40, -10)), True, True)
 Common_1 = model.addCommon(Part_1_doc, [model.selection("SOLID", (-30.00000000000001, -210, -10)), model.selection("SOLID", (18, -293.9999999999999, -9.999999999999998))])
 model.do()
-assert(model.checkPythonDump(True))
+assert(model.checkPythonDump(model.ModelHighAPI.CHECK_WEAK))
 model.end()