0024326: Get rid of confusing extension line
[occt.git] / tests / bugs / moddata_2 / bug433
CommitLineData
a87752f3 1puts "========================"
2puts " OCC433 "
3puts "========================"
4puts ""
5#########################################################
6## The attached face gives no errors in checkshape command in dev. However, it looks bad
7#########################################################
8
9restore [locate_data_file OCC433.brep] result
10
11decho off
12set err [checkshape result r]
13decho on
14
15if { [regexp {OK} $err] == 1} {
16 puts " Faulty OCC433: function CHECKSHAPE works wrongly"
17} else {
18 puts " OCC433 OK: function CHECKSHAPE works properly"
19}
20
21set 2dviewer 0
22