]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConnectorAPI/Test/TestExportToGEOMAllGroupsAndFields.py
Salome HOME
Make ExportToGEOM tests working on the current SALOME version
[modules/shaper.git] / src / ConnectorAPI / Test / TestExportToGEOMAllGroupsAndFields.py
index a93cabaeacf6c0f7a9b13f974e68f629bf643fc5..ca2b9045a3183ea3692be57ab8d3035dfa5b5562 100644 (file)
@@ -64,6 +64,7 @@ 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")
   model.do()
   model.end()
   pass