0029484: Avoid inheritance of the BRepAlgoAPI_Check from BRepBuilderAPI_MakeShape
[occt.git] / tests / bugs / modalg_7 / bug28786_5
CommitLineData
33ba8565 1puts "========"
2puts "OCC28786"
3puts "========"
4puts ""
5########################################
6# Refactoring of the Warning/Error reporting system of Boolean Operations Algorithm
7########################################
8
9vertex v 0 0 0
10vertex v1 10 0 0
11edge e1 v v1
12edge e2 v v1
13compound e1 e2 a
14
15vertex v3 -5 0 0
16vertex v4 15 0 0
17edge b v3 v4
18
19bclearobjects
20bcleartools
21baddobjects a
22baddtools b
23
24if {![regexp "Warning" [bfillds]]} {
25 puts "Error: WarningStatus has not been set"
26}
27
28bbuild result
29checkshape result
30checknbshapes result -edge 3