Adjusting testing cases for current state of OCCT
[occt.git] / tests / bugs / moddata_1 / bug22080
CommitLineData
3bea4c16 1puts "TODO OCC11111 ALL: Faulty OCC22080 : The face f contains degenerated edge that is far-fetched one"
2
3puts "============"
4puts "OCC22080"
5puts "============"
6puts ""
7#######################################################################
8# Checkshape command does not return faulty shapes for the face. CAS63-sp10-*. Appendix to SALOME bug IPAL22072
9#######################################################################
10
11set BugNumber OCC22080
12
13puts "Load shape ..."
14restore [locate_data_file bug22080_fx.brep] result
15
16decho off
17set che [checkshape result]
18decho on
19
20if {[regexp {Faulty} $che]} {
21 puts "OK ${BugNumber} : The face f contains degenerated edge that is far-fetched one"
22} else {
23 puts "Faulty ${BugNumber} : The face f contains degenerated edge that is far-fetched one"
24}
25
26set 2dviewer 0