Salome HOME
Copyright update 2022
[modules/paravis.git] / src / Plugins / MEDReader / plugin / Test / testMEDReader14.py
index e8eca2c118100ee13db465043b9dee2ea77b33f8..1c2fe502fee1a08d61dde8032f036edeff4b81f8 100644 (file)
@@ -1,5 +1,5 @@
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2007-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2022  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -141,7 +141,7 @@ def test(baseline_file):
             reader=MEDReader(FileName=fname)
             reader.AllArrays=entry
             gaussPoints=ELGAfieldToPointGaussian(Input=reader)
-            gaussPoints.SelectSourceArray="ELGA@0"
+            gaussPoints.SelectSourceArray=['CELLS', 'ELGA@0']
             Show(gaussPoints,renderView1)
             pass