X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=blobdiff_plain;f=tests%2Fv3d%2Fviewcube%2Fdefault;h=1f0cd10192cb4c3f63ba460fc3642fd158fcfec7;hb=aaf8d6a98d5aa23513bbb7f0e8528764e1e0ebb4;hpb=b008226203ed49193c60aed10c2846944d77bf9c diff --git a/tests/v3d/viewcube/default b/tests/v3d/viewcube/default index b577a595be..1f0cd10192 100644 --- a/tests/v3d/viewcube/default +++ b/tests/v3d/viewcube/default @@ -13,7 +13,7 @@ vfit vviewcube vc -fixedAnimation 1 -duration 0 vmoveto 70 340 -if {[vreadpixel 70 340 name rgb] != "CYAN1"} { puts "Error: Highlighting of view cube Side is wrong." } +if {[vreadpixel 70 340 name rgb] != "CYAN"} { puts "Error: Highlighting of view cube Side is wrong." } vmoveto 0 0 vdump $imagedir/${casename}_axo.png @@ -25,12 +25,12 @@ vdump $imagedir/${casename}_side.png # check FRONT/TOP edge vselect 100 270 if {[vreadpixel 100 300 name rgb] != "GRAY51"} { puts "Error: Position of FRONT-TOP camera is wrong." } -if {[vreadpixel 100 310 name rgb] != "CYAN1"} { puts "Error: Position of FRONT-TOP camera is wrong." } +if {[vreadpixel 100 310 name rgb] != "CYAN"} { puts "Error: Position of FRONT-TOP camera is wrong." } vdump $imagedir/${casename}_edge.png # Check vertex vselect 140 310 if {[vreadpixel 100 290 name rgb] != "GRAY42"} { puts "Error: Position of TOP-FRONT-RIGHT camera is wrong." } -if {[vreadpixel 100 310 name rgb] != "CYAN1"} { puts "Error: Position of TOP-FRONT-RIGHT camera is wrong." } +if {[vreadpixel 100 310 name rgb] != "CYAN"} { puts "Error: Position of TOP-FRONT-RIGHT camera is wrong." } if {[vreadpixel 100 320 name rgb] != "MATRAGRAY"} { puts "Error: Position of TOP-FRONT-RIGHT camera is wrong." } vdump $imagedir/${casename}_corner.png