Adding test cases from chl grid
[occt.git] / tests / bugs / vis / bug597_1
CommitLineData
352ffd73 1if { [array get env os_type] != "" } {
2 set os $env(os_type)
3}
4if { [string compare $os "windows"] != 0 } {
09494223 5 puts "TODO ?OCC12345 ALL: An exception was caught"
6 puts "TODO ?OCC12345 ALL: \\*\\* Exception \\*\\*.*"
7 puts "TODO ?OCC12345 ALL: TEST INCOMPLETE"
352ffd73 8}
9
10puts "=================================="
11puts "BUC60569"
12puts "OCC597"
13puts "=================================="
14puts "It takes visual check for this BUG"
15puts "=================================="
16
17restore [locate_data_file buc60569a.rle] result
18tclean result
19vinit
20
21checkshape result
22
23BUC60569 result
24vfit
4754e164 25vselect 250 190
352ffd73 26
27set x_coord 335
28set y_coord 331
29
30checkcolor $x_coord $y_coord 0.8 0.8 0.8
31
32if {$stat != 1} {
33 puts "Error : The right face is NOT Selected by Select command."
34}
35
4754e164 36vselect 180 350 1
352ffd73 37
38set x_coord 101
39set y_coord 347
40
41checkcolor $x_coord $y_coord 0.8 0.8 0.8
42
43if {$stat != 1} {
44 puts "Error : The left face is NOT Selected by Shift Select command."
45}
46
47set only_screen 1
48
49