Salome HOME
Make ExportToGEOM tests working on the current SALOME version
[modules/shaper.git] / src / ConnectorAPI / Test / TestExportToGEOM.py
index 98d9680b122b704acd611e6c89d04496279dccda..c5e567add8944df4d4ab177ef1482015576a11a4 100644 (file)
@@ -60,6 +60,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