]> SALOME platform Git repositories - modules/paravis.git/blobdiff - test/VisuPrs/3D_viewer/A6.py
Salome HOME
Merge akl/tests_update: update tests
[modules/paravis.git] / test / VisuPrs / 3D_viewer / A6.py
index efd8127a0f858e0a1cdcf2060ee39b6b81ffa7d4..376efac3cfb42c14ba61e45748d54ebe55d69f91 100644 (file)
@@ -58,7 +58,7 @@ else:
 represents = [RepresentationType.POINTS, RepresentationType.WIREFRAME,
 RepresentationType.SURFACE, RepresentationType.VOLUME]
 shrinks = [0, 1]
-shadings = [0, 1]
+shadings = ["Flat", "Gouraud"]
 opacities = [1.0, 0.5, 0.0]
 linewidths = [1.0, 3.0, 10.0]
 compare_prec = 0.00001
@@ -106,7 +106,7 @@ for reprCode in represents:
 
         for sha in shadings:
             setShaded(my_view, sha)
-            call_and_check(shape_to_show, "Shading", sha, 1)
+            call_and_check(shape_to_show, "Interpolation", sha, 1)
             Render(my_view)
 
             for opa in opacities: