mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +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
29 lines
569 B
Plaintext
Executable File
29 lines
569 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC12635"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Bugs in projector algorithm
|
|
#######################################################################
|
|
|
|
set BugNumber OCC12635
|
|
|
|
restore [locate_data_file OCC12635_s6.draw] s6
|
|
restore [locate_data_file OCC12635_c18.draw] c18
|
|
|
|
set BugStatus 0
|
|
if [catch { project result c18 s6 } ] {
|
|
set BugStatus 1
|
|
}
|
|
|
|
# Resume
|
|
puts ""
|
|
if { ${BugStatus} != 0 } {
|
|
puts "Faulty ${BugNumber}"
|
|
} else {
|
|
puts "OK ${BugNumber}"
|
|
}
|
|
|
|
set 2dviewer 0
|
|
|