0029412: Huge Memory leak since I upgraded to OC 6.9.0
[occt.git] / tests / bugs / vis / bug597_7
CommitLineData
352ffd73 1puts "=================================="
2puts "BUC60569"
3puts "OCC597"
4puts "=================================="
5puts ""
6puts "=================================="
7puts "It takes visual check for this BUG"
8puts "=================================="
9puts ""
10
11restore [locate_data_file buc60569a.rle] result
12tclean result
13vinit
14
15checkshape result
16
17BUC60569 result
18vfit
19
4754e164 20vselect 250 190
21vselect 180 350 1
22vmoveto 250 190
23vmoveto 180 350
24vselect 390 390
25vselect 250 190 1
26vselect 180 350 1
27vmoveto 250 190
28vmoveto 180 350
352ffd73 29
30set x_coord 335
31set y_coord 331
32
33checkcolor $x_coord $y_coord 0.8 0.8 0.8
34
35if {$stat != 1} {
36 puts "Error : The right face is NOT highlighted by Move To command."
37}
38
5747059b 39checkview -screenshot -3d -path ${imagedir}/${test_image}.png
352ffd73 40