Salome HOME
Fix MEDWRITER_0 test and try to fix VoroGauss. Avoid duplicity of symbols in VTKToMEDMem
[modules/paravis.git] / src / Plugins / MEDReader / plugin / Test / testMEDReader18.py
index 8154814844d40aad42cfeabc70944ed62f978bfb..58839809483220387911e3cf6ffbd58511a8158d 100644 (file)
@@ -48,8 +48,8 @@ def GenerateCase():
 @WriteInTmpDir
 def test():
   fname = GenerateCase()
-  reader=MEDReader(FileName=fname)
-  reader.AllArrays=['TS0/mesh/ComSup0/mesh@@][@@P0']
+  reader=MEDReader(FileNames=[fname])
+  reader.FieldsStatus=['TS0/mesh/ComSup0/mesh@@][@@P0']
   ExtractGroup1 = ExtractGroup(Input=reader)
   ExtractGroup1.AllGroups=["GRP_grp0","GRP_grp1"]
   #ExtractGroup1.UpdatePipelineInformation()