]> SALOME platform Git repositories - modules/homard.git/commitdiff
Salome HOME
0021803: EDF 2351 : Available versions of MED in TUI function ExportMED aren't consis...
authorvsr <vsr@opencascade.com>
Wed, 15 Feb 2017 12:04:30 +0000 (15:04 +0300)
committervsr <vsr@opencascade.com>
Thu, 24 Aug 2017 11:16:30 +0000 (14:16 +0300)
Update according changes of SMESH API.

src/tests/Test/test_4.py
src/tests/Test/test_5.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
   #
index 38ed4b017cab959f1354f0040a4a113e0f788f94..30fe52b8354afd668e61931979331eba208d7d64 100755 (executable)
@@ -169,7 +169,7 @@ Python script for MED
       meshMEDFile3D.write(ficmed, 2)
     except Exception as eee:
       error = 2
-      raise Exception('ExportToMEDX() failed. ' + str(eee))
+      raise Exception('MEDFileUMesh.write() failed. ' + str(eee))
   #
     break
   #