Restoring test cases removed by last commit.
[occt.git] / tests / bugs / moddata / bug161
CommitLineData
0e94a94e 1
2puts "========"
3puts "OCC161"
4puts "========"
5puts ""
6###########################################################
7## The face provided in attachment has single wire that is misoriented, i.e has
8## internal part outside. The checkshape command in DRAW should report that error
9## situation, while it does not.
10###########################################################
11
12restore [locate_data_file OCC161.brep] result
13
14decho off
15set che [checkshape result]
16decho on
17
18if { [regexp {Faulty} $che] != 1 } {
19 puts "Faulty OCC161 : Checkshape command works wrongly"
20} else {
21 puts "OCC161 OK : Checkshape command works properly"
22}
23
24set 2dviewer 0