1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/caf/bug27667
vro 5ecc46c08e 0027667: OCAF binary persistence hangs on reading truncated CBF file
A check on "end of file" is added to the reader.
2017-05-26 14:49:01 +03:00

13 lines
524 B
Plaintext

puts "REQUIRED OCC27667 All: BinLDrivers_DocumentRetrievalDriver: error: shape section is not found"
puts "REQUIRED OCC27667 All: DDocStd_Open : Error"
puts "================"
puts "OCC27667"
puts "================"
puts ""
#######################################################################################
# OCAF binary persistence hangs on reading truncated CBF file
#######################################################################################
catch { Open [locate_data_file bug27667_broken_cbf.cbf] D }