Salome HOME
updated copyright message
[modules/shaper.git] / test.squish / suite_FEATURE_PARTITION / tst_partition_001 / test.py
index 08343d7aab183c0756c5bce1b0d0045824bc3d03..d79c61601470b72c362b6415de60188a3466eee0 100644 (file)
@@ -1,3 +1,22 @@
+# Copyright (C) 2014-2023  CEA, EDF
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
 def main():
     # [project] SHAPER
     # [Scenario] Partition_001
@@ -19,28 +38,27 @@ def main():
     open(DATA_PATH + "/for_partition_001.hdf")
 
     # [step] Activate SHAPER
-    clickButton(waitForObject(":SALOME*.SHAPER_QToolButton"))
+    clickButton(waitForObject(":SALOME*.Shaper_QToolButton"))
 
-    # [step] Activate Part_1
-    waitForObjectItem(":Object browser_XGUI_DataTree", "Part\\_1 (Not loaded)")
-    clickItem(":Object browser_XGUI_DataTree", "Part\\_1 (Not loaded)", 71, 10, 0, Qt.LeftButton)
-    openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Part\\_1 (Not loaded)", 70, 9, 0)
+    openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Part\\_1 (Not loaded)", 95, 7, 0)
     activateItem(waitForObjectItem(":_QMenu", "Activate"))
+    clickButton(waitForObject(":SALOME*.Fit All_QToolButton"))
 
     # [step] Fit all
-    test.vp("VP_AFTER_LOAD")
     fit_all()
     test.vp("VP_FITALL")
 
     # [step] Create partition with horizontal plane [vp VP_PARTITION_1]
-    partition([(290, 170)], (270, 200))
+    partition([(290, 170)], (176, 213))
+
     test.vp("VP_PARTITION_1")
 
     # [step] Create partition with vertical plane [vp VP_PARTITION_2]
-    partition([(360, 230), (320, 340)], (380, 240))
+    partition([(260, 165), (295, 366)], (453, 432))
+
     test.vp("VP_PARTITION_2")
 
-    # [step] Hide one of parts obtained in the viewer: select it, call context menu - Hide
+    #[step] Hide one of parts obtained in the viewer: select it, call context menu - Hide
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 291, 198, 0, Qt.LeftButton)
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 291, 198, 0, Qt.RightButton)
     activateItem(waitForObjectItem(":_QtxMenu", "Hide"))