0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_6 / bug27873
1 puts "REQUIRED All: filling failed"
2
3 puts "============"
4 puts "OCC27873"
5 puts "============"
6 puts ""
7 ######################################################
8 # Exception is raised in BRepFill_Filling::FindExtremitiesOfHoles()
9 ######################################################
10
11 # Input data are true invalid.
12 # 1. Non-manifold wire;
13 # 2. The wire contains internal edge in its boundary (i.e. if we remove this edge we will obtain not-closed wire).
14
15 restore [locate_data_file bug27873_filling.brep] a
16 explode a
17
18 if { ![regexp {filling failed} [filling result 11 0 0 a_1 0 a_2 0 a_3 0 a_4 0 a_5 0 a_6 0 a_7 0 a_8 0 a_9 0 a_10 0 a_11 0] ] } {
19   puts "Error: Null result is expected but is not returned."
20 }