]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Disable dumping to Python in TestFillet until the Fillet constraint will be redesigned.
authorazv <azv@opencascade.com>
Thu, 9 Mar 2017 04:35:40 +0000 (07:35 +0300)
committerazv <azv@opencascade.com>
Thu, 9 Mar 2017 04:35:40 +0000 (07:35 +0300)
src/SketchPlugin/Test/TestFillet.py

index 45d0d09d59c8f1db9b5dfb308920f9efb7fbfcfa..79a82b7b69ae943aa56fb7184978a66a770bc2ee 100644 (file)
@@ -286,4 +286,5 @@ assert model.dof(aSketchFeature) == 11, "PlaneGCS limitation: if you see this me
 # End of test
 #=========================================================================
 
-assert(model.checkPythonDump())
+# TODO: Checking of Python dump has been disabled until the Fillet redesigned.
+#assert(model.checkPythonDump())