]> SALOME platform Git repositories - modules/shaper.git/blobdiff - test.API/SHAPER/GDML/TestAPI_ConeSegment.py
Salome HOME
Add tests.
[modules/shaper.git] / test.API / SHAPER / GDML / TestAPI_ConeSegment.py
index 219cb9e09446bea66c2eb58fa3cdad783c021cdd..0d52f56fea52f9989ae1c4b9607bd4a54ea0f0ac 100644 (file)
@@ -1,7 +1,9 @@
-"""
-Test case for GDML Cone Segment feature. 
-Written on Shape API.
-"""
+# Copyright (C) 2014-2016 CEA/DEN, EDF R&D
+
+# File:        TestAPI_Box.py
+# Created:     29 Nov 2016
+# Author:      Clarisse Genrault (CEA)
+
 from GeomAlgoAPI import GeomAlgoAPI_ShapeAPI as shaperpy
 from GeomAlgoAPI import GeomAlgoAPI_Exception as myExcept
 from GeomAPI import GeomAPI_Pnt as pnt
@@ -52,4 +54,4 @@ except myExcept,ec:
 try :
     CS15 = shaperpy.makeConeSegment(7.,11.,5.,8.,12.,45.,450.)
 except myExcept,ec:
-    assert(ec.what() == "Cone Segment builder :: deltaphi is larger than 360 degree.")
+    assert(ec.what() == "Cone Segment builder :: deltaphi is larger than 360 degree.")
\ No newline at end of file