dbb943901fd447203688d15423a0cd43890be41b
[occt.git] / tests / bugs / moddata / bug956_1
1 puts "TODO OCC12345 ALL: Faulty OCC956"
2
3 puts "========="
4 puts " OCC956 "
5 puts "(case 1)"
6 puts "========="
7 puts ""
8 ###############################################
9 ##possible regression in KAS:dev on checkshape. Fails on valid shape
10 ###############################################
11
12 restore [locate_data_file OCC956_1.brep] result
13
14 decho off
15 set che [checkshape result]
16 decho on
17
18 if { [regexp {Faulty} $che] } {
19     puts "Faulty OCC956 (case 1): Checkshape says that the shape is incorrect, but it is not truth"
20 } else {
21     puts "OCC956 OK (case 1): Checkshape works properly"
22 }
23
24 set 2dviewer 0
25