From: Anthony Geay Date: Wed, 10 Jul 2019 06:28:38 +0000 (+0200) Subject: [CEA17117] : Fix diff to minimize diff X-Git-Tag: V9_4_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=514d82d764f757506d72a5827e565292d577466e;p=modules%2Fparavis.git [CEA17117] : Fix diff to minimize diff --- diff --git a/src/Plugins/MEDReader/Test/testMEDReader4.py b/src/Plugins/MEDReader/Test/testMEDReader4.py index 3f88aa9b..d33a923b 100644 --- a/src/Plugins/MEDReader/Test/testMEDReader4.py +++ b/src/Plugins/MEDReader/Test/testMEDReader4.py @@ -72,10 +72,11 @@ testMEDReader4_med.AllArrays=['TS0/mesh/ComSup0/f0NoPfl@@][@@P1','TS0/mesh/ComSu #testMEDReader4_med.AllTimeSteps=['0000'] Glyph1=Glyph(Input=testMEDReader4_med,GlyphType='Sphere') -Glyph1.ScaleArray=['POINTS','f0NoPfl'] +Glyph1.ScaleArray=['POINTS','No scale array']#f0NoPflN Glyph1.ScaleFactor=0.3 Glyph1.OrientationArray = ['POINTS', 'No orientation array'] Glyph1.GlyphTransform="Transform2" +Glyph1.GlyphMode = 'All Points' DataRepresentation1 = Show() DataRepresentation1.EdgeColor = [0.0, 0.0, 0.5000076295109483]