0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
[occt.git] / tests / bugs / vis / bug26719_1
index 6a8b01f..5f7462f 100644 (file)
@@ -25,7 +25,7 @@ vviewparams -eye 0.7 -1.14 -0.17
 # with dynamic highlight color, check that the face is
 # not highlighted
 vmoveto 280 290
-if {[vreadpixel 297 297 name] != "CYAN1 1"} {
+if {[vreadpixel 297 297 name] != "CYAN 1"} {
   puts "ERROR: zoom persistent box is not highlighted dynamically!"
 }
 if {[vreadpixel 372 210 name] != "GOLDENROD1 1"} {
@@ -46,7 +46,7 @@ vviewparams -eye 0.96 1.053 0.31
 # will be highlighted dynamically
 vmoveto 264 135
 
-if {[vreadpixel 275 142 name] != "CYAN1 1"} {
+if {[vreadpixel 275 142 name] != "CYAN 1"} {
   puts "ERROR: zoom persistent box is not highlighted dynamically in precision test!"
 }
 if {[vreadpixel 243 123 name] != "LIGHTGOLDENROD1 1"} {
@@ -61,7 +61,7 @@ vmoveto 259 135
 if {[vreadpixel 275 142 name] != "GOLDENROD3 1"} {
   puts "ERROR: zoom persistent box is highlighted instead in precision test!"
 }
-if {[vreadpixel 243 123 name] != "CYAN1 1"} {
+if {[vreadpixel 243 123 name] != "CYAN 1"} {
   puts "ERROR: the shape behind zoom persistent object was not highlighted dynamically in precision test!"
 }
 vdump ${imagedir}/${casename}_3.png