0028097: Test system does not recognize 'fail...' messages as errors
[occt.git] / tests / bugs / modalg_4 / bug697_7
1 puts "TODO CR29596 ALL: Warning: Intersection of pair of shapes has failed"
2
3 puts "============"
4 puts "OCC697"
5 puts "============"
6 puts ""
7 ######################################################
8 # Fuse operation does not work
9 ######################################################
10 ## (new topology)
11 ## (bopfuse)
12 ######################################################
13
14 restore [locate_data_file OCC697_2.brep] b2 
15 restore [locate_data_file OCC697_3.brep] b3 
16
17 checkshape b2
18 checkshape b3
19
20 bop b2 b3
21 if { [catch {bopfuse result} catch_result] } {
22    puts "Faulty OCC697 "
23 }
24 checkprops result -s 26041.9
25 checkshape result
26 checkview -display result -3d -path ${imagedir}/${test_image}.png