1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-08 18:40:55 +03:00
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +04:00

27 lines
816 B
Plaintext
Executable File

puts "TODO OCC11111 ALL: Faulty OCC22080 : The face f contains degenerated edge that is far-fetched one"
puts "============"
puts "OCC22080"
puts "============"
puts ""
#######################################################################
# Checkshape command does not return faulty shapes for the face. CAS63-sp10-*. Appendix to SALOME bug IPAL22072
#######################################################################
set BugNumber OCC22080
puts "Load shape ..."
restore [locate_data_file bug22080_fx.brep] result
decho off
set che [checkshape result]
decho on
if {[regexp {Faulty} $che]} {
puts "OK ${BugNumber} : The face f contains degenerated edge that is far-fetched one"
} else {
puts "Faulty ${BugNumber} : The face f contains degenerated edge that is far-fetched one"
}
set 2dviewer 0