4 tuleap26358 : Non regression test pointing to an incompatibiliy between hdf5 symbols in CGNS and hdf5 symbols
14 import SMESH, SALOMEDS
15 from salome.smesh import smeshBuilder
17 smesh = smeshBuilder.New()
19 inputMED = os.path.abspath(os.path.join(os.path.dirname(inspect.getfile(lambda: None)), 'data', 'Mesh_tri.med'))
21 ([Mesh_tri_1], status) = smesh.CreateMeshesFromMED(inputMED)
23 if status != SMESH.DRS_OK:
24 raise RuntimeError("Test failed")