Salome HOME
Merge branch 'master' into V9_merge
[tools/eficas.git] / Tests / testelem / testsimp1.py
index d2ea0de71390a2fc8f38ba493c1481068c86ec6e..67858ff68032458fa406851cd2a6237b0ef76c87 100644 (file)
@@ -168,7 +168,7 @@ Fin Mot-cl
    # Entiers
    def test030(self):
        cata=SIMP(typ='I',statut='o')
-       liste=((1,1),("a",0), (1.,0),(('RI',1.,0.),0),
+       liste=((1,1),("a",0), (1.1,0),(('RI',1.,0.),0),
               (('RI',1,0),0), (1+0j,0), ("1",0), ("toto",0), (None,0),
              )
        for valeur,valid in liste:
@@ -179,7 +179,7 @@ Fin Mot-cl
    def test031(self):
        cata=SIMP(typ='I',statut='o',into=(1,5,8),max=4)
        liste=((1,1),("a",0), ("toto",0), (None,0),
-              (1.,0),(('RI',1.,0.),0),
+              (1.1,0),(('RI',1.,0.),0),
               (3,0), (6,0), ((1,5),1), ((1,5,8),1), ((1,5,8,5),1),
               ((1,5,8,5,1),0), ((1.,6.),0), ((3.,2.),0), ((1.,2.,3.),0),
               ((1.,2.,3.,4.),0), ((1.,2.,3.,4.,5.),0),