]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/Test/Test20245_3.py
Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / Test20245_3.py
index 162ca1ac0eda39cbfde99c54c4330423a0fcb5dd..c946b5416caf060463223080689c30c6aa45cb31 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020  CEA/DEN, EDF R&D
+# Copyright (C) 2020-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -1334,4 +1334,6 @@ model.testNbSubShapes(Split_6, GeomAPI_Shape.EDGE, [3636])
 model.testNbSubShapes(Split_6, GeomAPI_Shape.VERTEX, [7272])
 model.testResultsVolumes(Split_6, [612.72746616262998])
 
-assert(model.checkPythonDump())
+# After fixing bos #30178 with OCCT 33006: loading GEOMETRICAL dump gives different result (differ names of the same entities)
+#assert(model.checkPythonDump())
+assert(model.checkPythonDump(model.ModelHighAPI.CHECK_NAMING))