Correction of testing case for issue 24374
[occt.git] / tests / bugs / moddata_2 / bug889
CommitLineData
352ffd73 1puts "TODO OCC12345 ALL: Faulty OCC889 : Checkshape says that the shape has FAULTY, but it is not truth"
2
3puts "============"
4puts "OCC889"
5puts "============"
6puts ""
7############################################
8## Checkshape founds number of errors on new face. It is not true.
9############################################
10restore [locate_data_file OCC889.rle] result
11
12decho off
13set che [checkshape result]
14decho on
15
16if { [ regexp {Faulty} $che ] == 1 } {
17 puts "Faulty OCC889 : Checkshape says that the shape has FAULTY, but it is not truth"
18} else {
19 puts "OCC889 OK : Checkshape works properly"
20}
21
22set 2dviewer 0