Salome HOME
Make ExportToGEOM tests working on the current SALOME version
authormpv <mpv@opencascade.com>
Thu, 27 Sep 2018 12:58:04 +0000 (15:58 +0300)
committermpv <mpv@opencascade.com>
Thu, 27 Sep 2018 12:58:20 +0000 (15:58 +0300)
src/ConnectorAPI/Test/TestExportToGEOM.py
src/ConnectorAPI/Test/TestExportToGEOMAllGroupsAndFields.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
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