Salome HOME
New extract cell type
[modules/paravis.git] / src / Plugins / MEDReader / plugin / Test / testMEDReader19.py
index 3a0e735c7a2eaaffb697ce78217af63ce334d9fd..4c94a52683ac7db17b6a5e758b6577c11b97f846 100644 (file)
@@ -78,7 +78,7 @@ def test(baseline_file):
         extractCellType1.AllGeoTypes = []
 
         # Properties modified on extractCellType1
-        extractCellType1.AllGeoTypes = ['TRI3']
+        extractCellType1.AllGeoTypes = ['Triangle']
 
         # show data in view
         extractCellType1Display = Show(extractCellType1, renderView1)