1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +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
438 B
Plaintext
Executable File

puts "TODO OCC11111 ALL: OCC299: Error 2"
pload QAcommands
puts "================"
puts "OCC299"
puts "================"
puts ""
restore [locate_data_file OCC298.brep] pr
checkshape pr
point p 0.86427836 -1 -1
set info_result [OCC299 pr p]
set ll [llength ${info_result}]
if { ${ll} < 4 } {
puts "OCC299: Error 1"
} else {
if { [regexp {IN} $info_result] } {
puts "OCC299: OK"
} else {
puts "OCC299: Error 2"
}
}