1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
occt/tests/bugs/modalg_2/bug23114
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

24 lines
690 B
Plaintext
Executable File

puts "================"
puts "OCC23114"
puts "================"
puts ""
#######################################################################################
# Extrema algorithm throws the exception
######################################################################################
set BugNumber OCC23114
restore [locate_data_file OCC23114-c1.draw] c1
restore [locate_data_file OCC23114-c2.draw] c2
trim c1t c1 6.8444417666253693e-010 3.3201579728233819e-007
trim c2t c2 0.57529999999422077 0.99999999996162448
set exception_status [ catch { extrema c1t c2t } ]
if { ${exception_status} == 0 } {
puts "OK ${BugNumber}"
} else {
puts "Faulty ${BugNumber}"
}
set 3dviewer 0