Files
OCCT/tests/bugs/moddata_2/bug6862_6
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

28 lines
622 B
Plaintext
Executable File

puts "============"
puts "OCC6862"
puts "============"
puts ""
puts "TODO OCC111111 ALL: Faulty OCC6862"
#######################################################################
# Tool for checking arguments of Boolean Operations
#######################################################################
set BugNumber OCC6862
# test small edges
restore [locate_data_file OCC726.brep] a
explode a
decho off
set resstr [bopargcheck a_1 a_2 -O /FTVEI]
decho on
if {$resstr=="Faulties, that can not be treated by BOP, are detected.\n"} {
puts "OK ${BugNumber}"
} else {
puts "Faulty ${BugNumber}"
}
set 2dviewer 0