From: rnv Date: Mon, 7 Oct 2019 16:47:57 +0000 (+0300) Subject: salome_test correction X-Git-Tag: V9_4_0a2^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e79f8658374cc6efa21c906aba5ebfb12ce928b5;p=modules%2Fparavis.git salome_test correction --- diff --git a/bin/paravis_test.py b/bin/paravis_test.py index d4349fd8..c3a41227 100644 --- a/bin/paravis_test.py +++ b/bin/paravis_test.py @@ -106,7 +106,7 @@ class TestParavis(unittest.TestCase): self.assertIsNotNone(glyph) glyph.OrientationArray = ['POINTS', 'vitesse_3c'] glyph.ScaleArray = ['POINTS', 'No scale array'] - glyph.MaximumGlyphSize = 0.01 + glyph.ScaleFactor = 0.01 vectors = pvs.Show(glyph, view) self.assertIsNotNone(vectors) vectors.Representation = 'Surface'