mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
27 lines
438 B
Plaintext
Executable File
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"
|
|
}
|
|
}
|
|
|