]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/tests/Test/test_4.py
Salome HOME
0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consis...
[modules/homard.git] / src / tests / Test / test_4.py
index eadda0ce20bee7195417fa225f0c581db55f07c1..971c73e71bfd9241f506ffb5efec6d4f35044ca1 100755 (executable)
@@ -127,10 +127,10 @@ Python script for GEOM and SMESH
   #
     try:
       ficmed = os.path.join(DIRCASE, 'maill.00.med')
-      box_m.ExportMED( ficmed, 0, SMESH.MED_V2_2, 1, None, 1)
+      box_m.ExportMED(ficmed)
     except Exception as eee:
       error = 2
-      raise Exception('ExportToMEDX() failed. ' + str(eee))
+      raise Exception('ExportMED() failed. ' + str(eee))
   #
     break
   #