1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-06 10:36:12 +03:00
occt/tests/bugs/stlvrml/bug23023
vro d7de5d6ee1 0024675: Crash reading a VRML file
A node index for a normal is passed through a map of corrected references to node indices.

Test case for issue CR24675
2014-03-25 16:53:10 +04:00

17 lines
523 B
Plaintext

puts "========================"
puts "OCC23023"
puts "========================"
puts ""
#######################################################################
# VRML reader fails on attempt to read an attached WRL file
#######################################################################
set filepath [locate_data_file OCC23023-2056132060_2_tutnicht.wrl]
if [catch { set list [loadvrml result $filepath] } res] {
puts "Faulty: VRML reader fails"
} else {
puts "OK: VRML reader work properly"
}
set 3dviewer 1