]> SALOME platform Git repositories - modules/shaper.git/blobdiff - test.squish/suite_STANDALONE/tst_PERPENDICULAR_1/test.py
Salome HOME
updated copyright message
[modules/shaper.git] / test.squish / suite_STANDALONE / tst_PERPENDICULAR_1 / test.py
index 33ad41f94731fca2a5779ba301c89abbe29a4b5f..85dc4de6760b7df966cbeb5c815afc3eccc9f0ab 100644 (file)
@@ -1,18 +1,37 @@
+# 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 sketch():
     line_create((145, 205), (305, 118))
     line_create((221, 60), (195, 322))
-    
+
     clickButton(waitForObject(":OpenParts*.Fit all_QToolButton"))
-    
+
     perpendicular_create((323, 193),(246, 326))
     test.vp("VP1")
 
 def main():
     source(findFile("scripts", "common.py"))
-    
+
     startApplication("linux_run.sh")
     set_defaults()
-    
+
     sketch_create(help_points("XY_plane"), lambda: sketch())
 
     sendEvent("QCloseEvent", waitForObject(":OpenParts*_AppElements_MainWindow"))