0028097: Test system does not recognize 'fail...' messages as errors
[occt.git] / tests / bugs / modalg_1 / bug12918
CommitLineData
0e443e13 1puts "TODO CR29596 ALL: Warning: Intersection of pair of shapes has failed"
2
3bea4c16 3puts "============"
4puts "OCC12918"
5puts "============"
6puts ""
7#######################################################################
8# Boolean Operations failed
9#######################################################################
10
11set BugNumber OCC12918
12
13restore [locate_data_file OCC12918_1.brep] b1
14restore [locate_data_file OCC12918_2.brep] b2
15
16bop b1 b2
17bopfuse result
18
58cf74e0 19checkprops result -s 0.00240038
20checkshape result
a4eba920 21checknbshapes result -vertex 24 -edge 36 -wire 14 -face 14 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 91
5747059b 22checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 23