5399984849522964f90ef6b19b9de92d184648a2
[occt.git] / tests / bugs / modalg_7 / bug27928
1 puts "TODO OCC27928 ALL: ERROR: OCC27928 is reproduced."
2
3 puts "========"
4 puts "OCC27928"
5 puts "========"
6 puts ""
7 ######################################
8 # BOP common produces empty compound
9 ######################################
10
11 restore [locate_data_file bug27928_b1.brep] b1
12 restore [locate_data_file bug27928_b2.brep] b2
13
14 bcommon result b1 b2
15
16 set bug_info [string trim [explode r]]
17 if {$bug_info == ""} {
18   puts "ERROR: OCC27928 is reproduced. Result of bcommon is empty."
19 }