Salome HOME
Merge from V6_main 01/04/2013
[modules/hexablock.git] / src / TEST_PY / test_unit / test_double_t.py
index d02fca6b04456587ae8692727163fb10e9cb3e0a..cf2bf11d9873acbdf84494d4ecfffbcdb910b0b2 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: latin-1 -*-
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2013  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
@@ -108,7 +108,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 +155,7 @@ def test_lorraine () :
 
 # ================================================================= Begin
 
-doc = test_lorraine  ()
+doc = test_double_t  ()
 
 law = doc.addLaw("Uniform", 4)