X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test.squish%2Fsuite_FEATURE_SKETCH%2Ftst_sketch_008%2Ftest.py;h=acec4a2a891505575be637e5bf06d835ec423b26;hb=77ce6d35ac8d2f0fdaecb4f23e0870bf74e36103;hp=1a0bc15ac3b762da4b6a8ea9ef9ff92bba458ecc;hpb=c3ae28ba30027cc4a6a757ef623f40adaae96ead;p=modules%2Fshaper.git diff --git a/test.squish/suite_FEATURE_SKETCH/tst_sketch_008/test.py b/test.squish/suite_FEATURE_SKETCH/tst_sketch_008/test.py index 1a0bc15ac..acec4a2a8 100644 --- a/test.squish/suite_FEATURE_SKETCH/tst_sketch_008/test.py +++ b/test.squish/suite_FEATURE_SKETCH/tst_sketch_008/test.py @@ -1,6 +1,25 @@ +# Copyright (C) 2014-2024 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 sketch(): #[step] Click 'Create sketch' toolbar button - #[step] Select XY plane for sketching + #[step] Select XY plane for sketching #[step] Create point point_create_in_view((340, 205)) #[step] Create line @@ -15,25 +34,25 @@ def sketch(): test.vp("VP2") def main(): - - # [project] NewGEOM + + # [project] SHAPER # [Scenario] Sketch_008 #[Topic] 'Coincident' functionality - #[Tested functionality] + #[Tested functionality] #[Summary description] - #[Expected results] - + #[Expected results] + source(findFile("scripts", "common.py")) #[section] Application start #[step] Launch SALOME startApplication("salome_run.sh") set_defaults() - - #[step] Activate NewGeom + + #[step] Activate SHAPER #[step]Click 'New' button - activate_newgeom() - + activate_SHAPER() + #[section] Creation of sketch and objects inside it #[step] Part - New part part_create()