X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.squish%2Fsuite_FEATURE_BOOLEAN%2Ftst_boolean_002%2Ftest.py;h=4f63a91e7ddd5f7befdb34c2f22ea9aee657842f;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=d0b3bb9ad10449522a9e485f69a0a5958552115a;hpb=868158fe6d39b25e60ac528295b1c908821e4af5;p=modules%2Fshaper.git diff --git a/test.squish/suite_FEATURE_BOOLEAN/tst_boolean_002/test.py b/test.squish/suite_FEATURE_BOOLEAN/tst_boolean_002/test.py index d0b3bb9ad..4f63a91e7 100644 --- a/test.squish/suite_FEATURE_BOOLEAN/tst_boolean_002/test.py +++ b/test.squish/suite_FEATURE_BOOLEAN/tst_boolean_002/test.py @@ -1,5 +1,24 @@ +# 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] NewGEOM + # [project] SHAPER # [Scenario] Boolean_002 # [Topic] 'Boolean fuse' functionality # [Tested functionality] @@ -18,8 +37,8 @@ def main(): # [step] Open 'for_extrusion_001.hdf' open(DATA_PATH + "/for_boolean_001.hdf") - # [step] Activate NewGeom - clickButton(waitForObject(":SALOME*.NewGeom_QToolButton")) + # [step] Activate SHAPER + clickButton(waitForObject(":SALOME*.Shaper_QToolButton")) # [step] Activate Part_1 waitForObjectItem(":Object browser_XGUI_DataTree", "Part\\_1 (Not loaded)")