0027617: Visualization, TKOpenGl - apply highlighting color without disabling lighting
[occt.git] / tests / bugs / vis / bug26960
index 4f7beb7..9c19f28 100644 (file)
@@ -21,7 +21,7 @@ if {[vreadpixel 350 140 rgb name] != "BLACK"} {
   puts "ERROR: wrong inital location"
 }
 vsetlocation b 0.5 0 0
-if {[vreadpixel 350 140 rgb name] != "CYAN1"} {
+if {[vreadpixel 350 140 rgb name] != "DARKTURQUOISE"} {
   puts "ERROR: the transformation was not applied to highlight structure"
 }