1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug27264_6
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_6.brep] a
set info [nbshapes a]
if {[string compare $info ""] != 0} {
puts "ERROR: null shape is expected here"
}