]> SALOME platform Git repositories - modules/shaper.git/blobdiff - test.squish/suite_PYTHONAPI_SALOME/tst_Platine/test.py
Salome HOME
NewGeom is renamed to SHAPER
[modules/shaper.git] / test.squish / suite_PYTHONAPI_SALOME / tst_Platine / test.py
index 91bf14dc3a3b8c581bbf2efa06383e0f624164d5..8b836c50bf6b764c7ee3042df0bb091ddd8da348 100644 (file)
@@ -8,7 +8,7 @@ def set_parameter_value(name, value):
     clickButton(waitForObject(":Boolean.property_panel_ok_QToolButton"))
 
 def main():
-    # [project] NewGEOM
+    # [project] SHAPER
     # [Scenario] 'Platine' model created by PythonAPI
     # [Topic] PythonAPI functionality
     # [Tested functionality]
@@ -25,7 +25,7 @@ def main():
     set_defaults()
 
     # [step] Activate Shaper module and create new file
-    activate_newgeom()
+    activate_SHAPER()
 
     # [step] In Python console type: import examples.Platine
     type(waitForObject(":Python Console_PyConsole_EnhEditor"), "import examples.Platine")