0029380: Delete "checknbshapes" from bugs/modalg_6/bug27341* test cases
[occt.git] / tests / bugs / modalg_6 / bug27264_6
CommitLineData
4aa09e31 1puts "============"
2puts "OCC27264"
3puts "============"
4puts ""
5###############################
6## Weird difference between two BRepTools::Write() overloads
7###############################
8
9restore [locate_data_file bug27264_6.brep] a
10
11set info [nbshapes a]
12
13if {[string compare $info ""] != 0} {
14 puts "ERROR: null shape is expected here"
15}