4 tuleap26358 : Non regression test pointing to an incompatibiliy between hdf5 symbols in CGNS and hdf5 symbols
11 import SMESH, SALOMEDS
12 from salome.smesh import smeshBuilder
14 smesh = smeshBuilder.New()
16 inputMED="Mesh_tri.med"
18 ([Mesh_tri_1], status) = smesh.CreateMeshesFromMED(inputMED)
20 if status != SMESH.DRS_OK:
21 raise RuntimeError("Test failed")