From: Christian Caremoli <> Date: Fri, 10 Mar 2006 16:04:51 +0000 (+0000) Subject: suppression tabulations dans Tests X-Git-Tag: V1_10b1~44 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=33d5fddfcbd4c28b73ce5f2abfd446deb76ebc52;p=tools%2Feficas.git suppression tabulations dans Tests --- diff --git a/Tests/testcomm/efica01a.11 b/Tests/testcomm/efica01a.11 index cda7b74f..bec37b5b 100644 --- a/Tests/testcomm/efica01a.11 +++ b/Tests/testcomm/efica01a.11 @@ -1,7 +1,7 @@ DEPL2 = FORMULE(NOM_PARA='INST',VALE='sin(OMEGAA*INST)/(OMEGAA**xx)') DEPLACE2=CALC_FONC_INTERP( FONCTION=DEPL2, LIST_PARA=L_INST, - NOM_PARA='INST', + NOM_PARA='INST', PROL_DROITE='LINEAIRE', PROL_GAUCHE='LINEAIRE', NOM_RESU='DEPL' ) diff --git a/Tests/testcomm/efica01b.11 b/Tests/testcomm/efica01b.11 index cda7b74f..bec37b5b 100644 --- a/Tests/testcomm/efica01b.11 +++ b/Tests/testcomm/efica01b.11 @@ -1,7 +1,7 @@ DEPL2 = FORMULE(NOM_PARA='INST',VALE='sin(OMEGAA*INST)/(OMEGAA**xx)') DEPLACE2=CALC_FONC_INTERP( FONCTION=DEPL2, LIST_PARA=L_INST, - NOM_PARA='INST', + NOM_PARA='INST', PROL_DROITE='LINEAIRE', PROL_GAUCHE='LINEAIRE', NOM_RESU='DEPL' ) diff --git a/Tests/testelem/az.comm b/Tests/testelem/az.comm index 188fe70b..f1b968f6 100644 --- a/Tests/testelem/az.comm +++ b/Tests/testelem/az.comm @@ -13,7 +13,7 @@ P6 = (P1 - 3); P4 = [2, 3, 4]; -#Pas trouve shellpanel +#Pas trouve shellpanel MAILLA2=LIRE_MAILLAGE(UNITE=P4[1],); @@ -59,10 +59,14 @@ CARA=AFFE_CARA_ELEM(MODELE=MOD, # 'AFFE_MODELE', 'AFFE', 'b_mecanique'--> plusieursintopanel F1=DEFI_FONCTION(NOM_PARA='DX', - VALE=(5.0,3.0,P4[1],P3,),); + VALE=(5.0,3.0, +P4[1],P3, +),); F3=DEFI_FONCTION(NOM_PARA='DRX', - VALE_C=(5.0,7.0,9.0,9.0,8.0,7.0,),); + VALE_C=(5.0,7.0,9.0, +9.0,8.0,7.0, +),); # 'DEFI_FONCTION', 'VALE' --> fonctionpanel MATER2=DEFI_MATERIAU(ELAS=_F(E=100000000000.0, diff --git a/Tests/testelem/testjdc1.py b/Tests/testelem/testjdc1.py index 3d57d649..b915b2e1 100644 --- a/Tests/testelem/testjdc1.py +++ b/Tests/testelem/testjdc1.py @@ -113,7 +113,7 @@ FIN(); # commentaire pos=pos+1 co=j.addentite("COMMENTAIRE",pos) - co.set_valeur("Pas trouve shellpanel") + co.set_valeur("Pas trouve shellpanel") # commande LIRE_MAILLAGE pos=pos+1 co=j.addentite("LIRE_MAILLAGE",pos) diff --git a/Tests/testelem/testoper1.py b/Tests/testelem/testoper1.py index 2d497556..b777a6de 100644 --- a/Tests/testelem/testoper1.py +++ b/Tests/testelem/testoper1.py @@ -74,13 +74,13 @@ class TestOperCase(unittest.TestCase): OP10 = OPER(nom='OP10',op=10,sd_prod=concept, a=SIMP(typ='I'), c=SIMP(statut='o',typ='TXM',position='global', - into=("TABLEAU","AGRAF"), - ), - b=FACT(statut='o',max='**', - b_forme=BLOC(condition="c == 'TABLEAU'", - d=SIMP(statut='f',typ='TXM'), - ), - ), + into=("TABLEAU","AGRAF"), + ), + b=FACT(statut='o',max='**', + b_forme=BLOC(condition="c == 'TABLEAU'", + d=SIMP(statut='f',typ='TXM'), +), +), ) co1=OP10(a=1,c="TABLEAU",b=_F(d='rr')) diff --git a/Tests/testelem/testposition1.py b/Tests/testelem/testposition1.py index 520b1e4e..dbe752ab 100644 --- a/Tests/testelem/testposition1.py +++ b/Tests/testelem/testposition1.py @@ -23,13 +23,13 @@ class TestCase(unittest.TestCase): OP10 = OPER(nom='OP10',op=10,sd_prod=concept, a=SIMP(typ='I'), c=SIMP(statut='o',typ='TXM',position='global', - into=("TABLEAU","AGRAF"), - ), - b=FACT(statut='o',max='**', - b_forme=BLOC(condition="c == 'TABLEAU'", - d=SIMP(statut='f',typ='TXM'), - ), - ), + into=("TABLEAU","AGRAF"), + ), + b=FACT(statut='o',max='**', + b_forme=BLOC(condition="c == 'TABLEAU'", + d=SIMP(statut='f',typ='TXM'), + ), + ), ) co1=OP10(a=1,c="TABLEAU",b=_F(d='rr')) msg=co1.etape.report() @@ -41,15 +41,15 @@ class TestCase(unittest.TestCase): OP10 = OPER(nom='OP10',op=10,sd_prod=concept, a=SIMP(typ='I'), c=SIMP(statut='o',typ='TXM',position='global_jdc', - into=("TABLEAU","AGRAF"), - ), + into=("TABLEAU","AGRAF"), + ), ) OP11 = OPER(nom='OP11',op=10,sd_prod=concept, - b=FACT(statut='o',max='**', - b_forme=BLOC(condition="c == 'TABLEAU'", - d=SIMP(statut='f',typ='TXM'), - ), - ), + b=FACT(statut='o',max='**', + b_forme=BLOC(condition="c == 'TABLEAU'", + d=SIMP(statut='f',typ='TXM'), + ), + ), ) co1=OP10(a=1,c="TABLEAU",) co2=OP11(b=_F(d='rr')) diff --git a/Tests/testelem/testsimp1.py b/Tests/testelem/testsimp1.py index 25cd7cae..c25917ed 100644 --- a/Tests/testelem/testsimp1.py +++ b/Tests/testelem/testsimp1.py @@ -241,7 +241,7 @@ Fin Mot-cl for valeur,valid in liste: o=cata(valeur,'mcs',None) self.assertEqual(o.isvalid(),valid, - "erreur sur le test %s %s" % (valeur,valid)+'\n'+str(o.report())) + "erreur sur le test %s %s" % (valeur,valid)+'\n'+str(o.report())) if valid: self.assertEqual(o.get_valeur(),valeur) def test014(self):