X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.squish%2Fsuite_FEATURE_BOOLEAN%2Ftst_boolean_002%2Ftest.py;h=24aa8bba375682f8b5016ef893b526dc9083c098;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=9851a3163ac658c0bfdbeb947a3d6101ccdbdfe9;hpb=1b93f1881c5fec599aa79707f93c84dd9c287bc0;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 9851a3163..24aa8bba3 100644 --- a/test.squish/suite_FEATURE_BOOLEAN/tst_boolean_002/test.py +++ b/test.squish/suite_FEATURE_BOOLEAN/tst_boolean_002/test.py @@ -1,40 +1,60 @@ +# 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] NewGEOM - #[Scenario] Boolean_002 - #[Topic] 'Boolean fuse' functionality - #[Tested functionality] - #[Summary description] - #[Expected results] - #[General comments] - + # [project] SHAPER + # [Scenario] Boolean_002 + # [Topic] 'Boolean fuse' functionality + # [Tested functionality] + # [Summary description] + # [Expected results] + # [General comments] + source(findFile("scripts", "common.py")) - - #[section] Application start - #[step] Launch SALOME + + # [section] Application start + # [step] Launch SALOME startApplication("salome_run.sh") set_defaults() - - #[step] Open 'for_extrusion_001.hdf' + + # [step] Open 'for_extrusion_001.hdf' open(DATA_PATH + "/for_boolean_001.hdf") - - #[step] Activate NewGeom - clickButton(waitForObject(":SALOME*.NewGeom_QToolButton")) - - #[step] Activate Part_1 + + # [step] Activate SHAPER + 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)", 48, 10, 0, Qt.LeftButton) openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Part\\_1 (Not loaded)", 48, 10, 0) activateItem(waitForObjectItem(":_QMenu", "Activate")) - - #[step] Fit all + + # [step] Fit all fit_all() + test.vp("INIT") - #[step] Implement boolean fuse for existing objects + # [step] Implement boolean fuse for existing objects boolean_fuse((139, 138), (420, 195)) - #[check] Check that operation has been executed successfully - test.vp("VP1") - + # [check] Check that operation has been executed successfully + test.vp("FUSE") + # [step] Close application without saving close_application()