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