0027322: geom/revolution_00/A1: Incorrect pcurve creation
[occt.git] / tests / bugs / vis / buc60821
CommitLineData
352ffd73 1puts "==========="
2puts "BUC60821"
3puts "==========="
4puts "=================================="
5puts "It takes visual check for this BUG"
6puts "=================================="
7puts ""
8
9vinit
10
11catch {BUC60821 100 200 300}
12
13set x_coord 206
14set y_coord 195
15
16checkcolor $x_coord $y_coord 0 0 0
17
18if {$stat != 1} {
19 puts "Error : The texts have identical height"
20}
21
5747059b 22checkview -screenshot -3d -path ${imagedir}/${test_image}.png
352ffd73 23