1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00
isn 4aa09e317f 0027264: Weird difference between two BRepTools::Write() overloads
Assume that the brep file contains DBRep_DrawableShape variable if the file header is absent

test cases
2016-07-21 11:05:39 +03:00

16 lines
343 B
Plaintext

puts "============"
puts "OCC27264"
puts "============"
puts ""
###############################
## Weird difference between two BRepTools::Write() overloads
###############################
restore [locate_data_file bug27264_5.brep] a
set info [nbshapes a]
if {[string compare $info ""] != 0} {
puts "ERROR: null shape is expected here"
}