0028097: Test system does not recognize 'fail...' messages as errors
[occt.git] / tests / bugs / modalg_4 / bug697_2
CommitLineData
0e443e13 1puts "TODO CR29596 ALL: Warning: Intersection of pair of shapes has failed"
2
f1aa2b62 3puts "============"
4puts "OCC697"
5puts "============"
6puts ""
7######################################################
8# Fuse operation does not work
9######################################################
10## (old topology)
11## (fuse)
12######################################################
13
14puts "#"
15puts "Non stable test case on Linux. MKV. 28.04.2010"
16puts "#"
17
18restore [locate_data_file OCC697_2.brep] b2
19restore [locate_data_file OCC697_3.brep] b3
20
352ffd73 21checkshape b2
22checkshape b3
f1aa2b62 23##############################################
24if { [catch {bfuse result b2 b3} catch_result] } {
25##############################################
26 puts "Faulty : an exception was caught"
27}
28
93e38faa 29checkprops result -s 26041.9
58cf74e0 30checkshape result
5747059b 31checkview -display result -2d -path ${imagedir}/${test_image}.png
f1aa2b62 32