From: Christian Caremoli <> Date: Mon, 29 May 2006 08:21:54 +0000 (+0000) Subject: CCAR:amelioration testjdc4.py X-Git-Tag: V1_10b1~22 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c5b8ff3b040d91c95cf8c5c9cd7e968039e82125;p=tools%2Feficas.git CCAR:amelioration testjdc4.py --- diff --git a/Tests/testelem/params.comm b/Tests/testelem/params.comm index dba52390..ce364b3c 100644 --- a/Tests/testelem/params.comm +++ b/Tests/testelem/params.comm @@ -1,5 +1,4 @@ - DEBUT(); a = 1.0; diff --git a/Tests/testelem/testjdc4.py b/Tests/testelem/testjdc4.py index 8351954a..b5bf6aba 100644 --- a/Tests/testelem/testjdc4.py +++ b/Tests/testelem/testjdc4.py @@ -37,13 +37,14 @@ class TestCase(unittest.TestCase): file=os.path.join(prefs.INSTALLDIR,"Tests/testelem",f) i=i+1 exec """def test%s(self,file="%s"): + "fichier : %s" self.commtest(file) -""" % (i,file) +""" % (i,file,f) del i def commtest(self,file): """ Test de lecture/ecriture de fichier .comm""" - print file + #print file app=appli.STANDALONE(version='v8.2') j=app.openJDC(file=file) assert j.isvalid(),j.report()