X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tests%2Fv3d%2Fmaterials%2Fbug27818_2;h=6eb7f604a03263568a016c4f9e87b7a299352962;hb=55c8f0f7a4c54611ffea18a3f50736f1b28e52b2;hpb=799318357c5504f7f02d9fe5f39fc49b8a365976;ds=inline diff --git a/tests/v3d/materials/bug27818_2 b/tests/v3d/materials/bug27818_2 index 44d02b7fd0..6eb7f604a0 100644 --- a/tests/v3d/materials/bug27818_2 +++ b/tests/v3d/materials/bug27818_2 @@ -29,7 +29,7 @@ vselect 50 200 1 vselect 200 200 1 vselect 350 200 1 -if {[vreadpixel 350 200 name rgba] != "RED3 1" || [vreadpixel 350 200 1 rgba] == [vreadpixel 200 200 1 rgba]} { +if {[vreadpixel 350 200 name rgba] != "RED3 1" || [vreadpixel 350 200 name rgba] == [vreadpixel 200 200 name rgba]} { puts "ERROR: selection highlight of 3rd box is displayed with wrong color!" }