]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConnectorAPI/Test/TestExportToGEOM.py
Salome HOME
Update tests for export to GEOM according to the Python dump change.
[modules/shaper.git] / src / ConnectorAPI / Test / TestExportToGEOM.py
index 631a08c27a4793b1611bea0e8204bdb566b79496..0c861488789319ee50c85366fec7de3ce75cf282 100644 (file)
@@ -59,7 +59,9 @@ def dumpShaper(fileName):
   dump=model.moduleDocument().addFeature("Dump")
   dump.string("file_path").setValue(fileName)
   dump.string("file_format").setValue("py")
-  dump.string("selection_type").setValue("topological_naming")
+  dump.boolean("topological_naming").setValue(True)
+  dump.boolean("geometric_selection").setValue(False)
+  dump.boolean("weak_naming").setValue(False)
   model.do()
   model.end()
   pass