Salome HOME
Copyrights update 2015.
[modules/hexablock.git] / src / TEST_PY / test_unit / test_double_t.py
index d02fca6b04456587ae8692727163fb10e9cb3e0a..99980884473aafd2fe631e835631d7065aa9ff61 100644 (file)
@@ -1,10 +1,10 @@
 # -*- coding: latin-1 -*-
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2015  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.
+# 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
@@ -22,7 +22,6 @@
 
 import hexablock
 import os
-import geompy
 
 #---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8
 
@@ -108,7 +107,7 @@ def test_lorraine () :
 
     rsmall = 1
     rmoy   = 3
-    rbig   = 5
+    rbig   = 4
 
     cyl1  = doc.addCylinder (ori1, vz, rmoy,   nl1)
     cyl2  = doc.addCylinder (ori2, vx, rsmall, nl2)
@@ -155,7 +154,7 @@ def test_lorraine () :
 
 # ================================================================= Begin
 
-doc = test_lorraine  ()
+doc = test_double_t  ()
 
 law = doc.addLaw("Uniform", 4)