]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
CCAR:amelioration testjdc4.py
authorChristian Caremoli <>
Mon, 29 May 2006 08:21:54 +0000 (08:21 +0000)
committerChristian Caremoli <>
Mon, 29 May 2006 08:21:54 +0000 (08:21 +0000)
Tests/testelem/params.comm
Tests/testelem/testjdc4.py

index dba52390ad9cf703cc2ed0d61e326bc0fd797cf6..ce364b3c3c520bfd56b5341ad059376a9274dcef 100644 (file)
@@ -1,5 +1,4 @@
 
-
 DEBUT();
 a = 1.0;
 
index 8351954a751035912d5bd4ebe6eab6b443035a1b..b5bf6aba63dcb6676e0fd2955e5512c215011242 100644 (file)
@@ -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()