mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0033320: Data Exchange - Reading of a VRML file with a long line fails
Implement rolling back input stream to split on possible logical parts by comma or space.
This commit is contained in:
16
tests/de_mesh/vrml_read/A5
Normal file
16
tests/de_mesh/vrml_read/A5
Normal file
@@ -0,0 +1,16 @@
|
||||
puts "============"
|
||||
puts "0033320: Data Exchange - Reading of a VRML file with a long line fails"
|
||||
puts "============"
|
||||
puts ""
|
||||
|
||||
set aFile [locate_data_file bug33320_wM_BugBlender_2.wrl]
|
||||
|
||||
catch { Close D }
|
||||
|
||||
ReadVrml D $aFile
|
||||
vinit Driver1/View_${casename}/${casename}
|
||||
XDisplay D -dispMode 1
|
||||
vfit
|
||||
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|
||||
|
||||
Close D
|
Reference in New Issue
Block a user