Salome HOME
Merge branch 'master' into V9_merge
[tools/eficas.git] / Tests / testelem / testsimp1.py
index 18ad2b5887be63bbc941645d9e5cc819e0fb144f..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),
@@ -245,7 +245,7 @@ Fin Mot-cl
 
    def test014(self):
        cata=SIMP(typ=geom,statut='o')
-       liste=((1,1),
+       liste=((1,0),
               ("aaaa",1),
             )
        for valeur,valid in liste: