Salome HOME
coquilles
[modules/homard.git] / src / tests / Test / test_1.py
index 0d7746c1fecc7d9bcecfaf47341a37e955c273cd..79d100f2ca6e533fb59488a902c3d1a2984c3194 100755 (executable)
@@ -120,10 +120,9 @@ Python script for HOMARD
   # Creation of the cases
   # =====================
     # Creation of the case
-    casename = "Case_" + TEST_NAME
-    print "-------- Creation of the case", casename
+    print "-------- Creation of the case", TEST_NAME
     mesh_file = os.path.join(REP_DATA, TEST_NAME + '.00.med')
-    case_test_1 = HOMARD.CreateCase(casename, 'MAILL', mesh_file)
+    case_test_1 = HOMARD.CreateCase(TEST_NAME, 'MAILL', mesh_file)
     case_test_1.SetDirName(DIRCASE)
   #
   # Creation of the iterations