Restoring test cases removed by last commit.
[occt.git] / tests / bugs / moddata / bug325
CommitLineData
a87752f3 1puts "========================"
2puts " OCC325 "
3puts "========================"
4puts ""
5##################################################
6## Checkshape does not recognize an error in a bad face
7##################################################
8
9restore [locate_data_file OCC325.brep] result
10
11decho off
12set che [checkshape result]
13decho on
14
15if { [regexp {Faulty} $che ] != 1} {
16 puts "Faulty OCC325: Checkshape command works wrongly"
17} else {
18 puts "OCC325 OK : Checkshape command works properly"
19}
20
21set 2dviewer 0