0026338: STL export (especially binary) needs a lot of time if selected export path...
[occt.git] / tests / bugs / stlvrml / bug23023
CommitLineData
06da7b7e 1puts "========================"
2puts "OCC23023"
3puts "========================"
4puts ""
5#######################################################################
6# VRML reader fails on attempt to read an attached WRL file
7#######################################################################
8
06da7b7e 9set filepath [locate_data_file OCC23023-2056132060_2_tutnicht.wrl]
10if [catch { set list [loadvrml result $filepath] } res] {
11 puts "Faulty: VRML reader fails"
12} else {
13 puts "OK: VRML reader work properly"
14}
5064550f 15
5747059b 16checkview -display result -3d -path ${imagedir}/${test_image}.png