Salome HOME
EDF9622: Correction of ELNOPoints part
[modules/paravis.git] / src / Plugins / MEDReader / Test / testMEDReader1.py
index 49f033baefdbde00c9afa964a8e8c7474771a1a7..69bde962a7b10f53c2589fa20b5fd076ba5ca942 100644 (file)
@@ -26,7 +26,6 @@ This test focused on ELNO. Here a 2 QUAD4 cells and a single ELNO field
 is defined.
 """
 fname="testMEDReader1.med"
-outImgName="testMEDReader1.png"
 
 coords=DataArrayDouble([(0,0,0),(2,1,0),(1,0,0),(1,1,0),(2,0,0),(0,1,0)])
 m=MEDCouplingUMesh("mesh",2) ; m.setCoords(coords)