1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30: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
629 B
Plaintext
Executable File

puts "================"
puts "BUC60609"
puts "================"
pload QAcommands
set INF [BUC60609 [locate_data_file buc60609a.brep] a]
set ll [llength $INF]
set first [lindex $INF [expr $ll - 5]]
set second [lindex $INF [expr $ll - 1]]
if {$first != "INSIDE" && $first != "inside"} {
puts "Faulty BUC60609 first: $first is not right result. It should be INSIDE"
} else {
puts "BUC60609 first OK: It is INSIDE"
}
if {$second != "INSIDE"} {
puts "Faulty BUC60609 second: $second is not right result. It should be INSIDE"
} else {
puts "BUC60609 second OK: It is INSIDE"
}
renamevar a result
set 2dviewer 0