0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / modalg_5 / bug25456
CommitLineData
0da45792 1puts "============"
2puts "OCC25456"
3puts "============"
4puts ""
5###############################
6## BOPAlgo_CheckerSI reports an error on the given shape
7###############################
8
9restore [locate_data_file bug25456_shape.brep] a
10
11set info [bopcheck a]
12
13if {[string compare ${info} " This shape seems to be OK.\n"] == 0} {
14 puts "OK: BOPAlgo_CheckerSI report is good"
15} else {
16 puts "Error : BOPAlgo_CheckerSI report is wrong"
17}