0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug28844_2
CommitLineData
df119b4e 1puts "========"
2puts "OCC28844"
3puts "========"
4puts ""
5#######################################################
6# Regression vs 7.1.0: Exception is raised by the solid classification algorithm
7#######################################################
8
9restore [locate_data_file bug28844_Body.brep] b
10
11if {![regexp "Faulties" [bopargcheck b]]} {
12 puts "Error: bopargcheck fails to find faulty in the shape"
13}