mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Reading of attribute TDataStd_ExtStringList from CSFDB format is corrected for null strings: empty value is used. Test bugs caf bug27277 added.
13 lines
365 B
Plaintext
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"
|
|
}
|