Salome HOME
updated copyright message
[modules/shaper.git] / test.squish / suite_FEATURE_REVOLUTION / tst_revolution_001 / test.py
index 64222b58e6e82c87be47a83f2e17b662562820c0..c5ba5ed2546cce226dc2538174ce88afbb1fc131 100644 (file)
@@ -1,3 +1,22 @@
+# Copyright (C) 2014-2023  CEA/DEN, EDF R&D
+#
+# 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] Revolution_001
@@ -19,7 +38,7 @@ def main():
     open(DATA_PATH + "/for_revolution_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)")
@@ -46,8 +65,9 @@ def main():
     mouseClick(waitForObject(":Revolution.Select a sketch face_QListWidget"), 10, 10, 0, Qt.LeftButton)
     mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 431, 180, 0, Qt.LeftButton)
     # [step] Select vector
-    mouseClick(waitForObject(":Revolution_QLineEdit"), 10, 10, 0, Qt.LeftButton)
-    mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 311, 282, 0, Qt.LeftButton)
+
+    mouseClick(waitForObject(":Revolution_QLineEdit"), 186, 8, 0, Qt.LeftButton)
+    mouseClick(waitForObject(":SALOME*.3D View Operations_OCCViewer_ViewPort3d"), 307, 328, 0, Qt.LeftButton)
 
     # [step] Fit all [vp AFTER_SELECTION]
     fit_all()