X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.squish%2Fsuite_FEATURE_PARAMETERS%2Ftst_576%2Ftest.py;h=1cd58e5aa55d7f440d096fe31d7eb458d28195ff;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=fe77a9b135db9a0c72d6f26c2d0320fbea982983;hpb=d02a4187b50a5416490c15a377406421fdc303de;p=modules%2Fshaper.git diff --git a/test.squish/suite_FEATURE_PARAMETERS/tst_576/test.py b/test.squish/suite_FEATURE_PARAMETERS/tst_576/test.py index fe77a9b13..1cd58e5aa 100644 --- a/test.squish/suite_FEATURE_PARAMETERS/tst_576/test.py +++ b/test.squish/suite_FEATURE_PARAMETERS/tst_576/test.py @@ -1,25 +1,44 @@ +# 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 +# + #[tested functionality] 1. Add parameter 2. Rename parameter def main(): source(findFile("scripts", "common.py")) - + startApplication("salome_run.sh") - + activate_SHAPER() - + clickButton(waitForObject(":SALOME*.Parameter_QToolButton")) type(waitForObject(":Parameter_QLineEdit"), "a") type(waitForObject(":Parameter_ExpressionEditor"), "3") type(waitForObject(":Parameter_ExpressionEditor"), "") clickButton(waitForObject(":Parameter.property_panel_ok_QToolButton")) - + openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Parameters (1).a = 3", 10, 10, 0) activateItem(waitForObjectItem(":_QMenu", "Rename")) type(waitForObject(":_QExpandingLineEdit"), "b") type(waitForObject(":_QExpandingLineEdit"), "") - + test.compare(waitForObjectItem(":Object browser_XGUI_DataTree", "Parameters (1).b = 3").text, "b = 3") - + openItemContextMenu(waitForObject(":Object browser_XGUI_DataTree"), "Parameters (1).b = 3", 111, 5, 0) activateItem(waitForObjectItem(":_QMenu", "Edit...")) waitFor("object.exists(':Parameter_QLineEdit')", 20000)