X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FTEST_PY%2Ftest_unit%2Ftest_double_t.py;h=cf2bf11d9873acbdf84494d4ecfffbcdb910b0b2;hb=6924a056f811baefa30f31083b93b10f7dae3a35;hp=d02fca6b04456587ae8692727163fb10e9cb3e0a;hpb=8681e72f844274a0c2fc2cd64bbf2451bd8db77b;p=modules%2Fhexablock.git diff --git a/src/TEST_PY/test_unit/test_double_t.py b/src/TEST_PY/test_unit/test_double_t.py index d02fca6..cf2bf11 100644 --- a/src/TEST_PY/test_unit/test_double_t.py +++ b/src/TEST_PY/test_unit/test_double_t.py @@ -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)