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/bug27277
abv 12b86472db 0027277: geom/extruded_00/A0: OCAF document is not opened correctly
Reading of attribute TDataStd_ExtStringList from CSFDB format is corrected for null strings: empty value is used.

Test bugs caf bug27277 added.
2016-03-17 15:08:03 +03:00

13 lines
365 B
Plaintext

puts "==========="
puts "0027277: geom/extruded_00/A0: OCAF document is not opened correctly"
puts "==========="
Open [locate_data_file bug27277_GEOM.sgd] D
# check result of reading by number of attributes in dump
set dump [XDumpDF D]
if { ! [regexp {418 attributes dumped between 418} $dump] } {
puts "Error: expected 418 attributes in resulting document"
}