0027667: OCAF binary persistence hangs on reading truncated CBF file
[occt.git] / tests / bugs / caf / bug27277
CommitLineData
12b86472 1puts "==========="
2puts "0027277: geom/extruded_00/A0: OCAF document is not opened correctly"
3puts "==========="
4
5
6Open [locate_data_file bug27277_GEOM.sgd] D
7
8# check result of reading by number of attributes in dump
9set dump [XDumpDF D]
10if { ! [regexp {418 attributes dumped between 418} $dump] } {
11 puts "Error: expected 418 attributes in resulting document"
12}