Salome HOME
Add copyright header according to request of CEA from 06.06.2017
[modules/shaper.git] / test.squish / suite_FEATURE_SKETCH / tst_sketch_008 / test.py
index bc54e74cbbfe4a017e6d78317901fa27f925cb4a..511aea4f9f6f6ebbb120fd92ca58e1383efb12af 100644 (file)
@@ -1,6 +1,26 @@
+## Copyright (C) 2014-2017  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<mailto: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 +35,25 @@ def sketch():
     test.vp("VP2")
 
 def main():
-    
+
     # [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 SHAPER
     #[step]Click 'New' button
     activate_SHAPER()
-    
+
     #[section] Creation of sketch and objects inside it
     #[step] Part - New part
     part_create()