Correction of testing case for issue 24374
[occt.git] / tests / bugs / vis / buc60632_2
CommitLineData
352ffd73 1if { [array get env os_type] != "" } {
2 set os $env(os_type)
3}
4if { [string compare $os "windows"] != 0 } {
352ffd73 5}
6
7puts "================"
8puts "BUC60632"
9puts "================"
10
11vinit
12BUC60632 1 100
13vfit
a6eb515f 14vmoveto 126 143
352ffd73 15puts "Highlighting by 'Move To' command in shading mode"
16
a6eb515f 17set x_coord 128
18set y_coord 143
352ffd73 19
20checkcolor $x_coord $y_coord 0 1 1
21
22if { $stat != 1 } {
23 puts "Error : Highlighting by Move To command in shading mode is WRONG."
24}
25
26set only_screen 1
27
28