ef6fae634e5747c7a00e4e0da580f84e8096fa81
[occt.git] / tests / bugs / moddata / bug956_2
1 puts "TODO OCC12345 ALL: Faulty OCC956"
2
3 puts "========="
4 puts " OCC956 "
5 puts "(case 2)"
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_2.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 2): Checkshape says that the shape is incorrect, but it is not truth"
20 } else {
21     puts "OCC956 OK (case 2): Checkshape works properly"
22 }
23
24 set 2dviewer 0
25
26