0028594: Geom2dAPI_Interpolate generated curve is not the same as proe
[occt.git] / tests / bugs / modalg_6 / bug27264_5
CommitLineData
4aa09e31 1puts "============"
2puts "OCC27264"
3puts "============"
4puts ""
5###############################
6## Weird difference between two BRepTools::Write() overloads
7###############################
8
9restore [locate_data_file bug27264_5.brep] a
10
11set info [nbshapes a]
12
13if {[string compare $info ""] != 0} {
14 puts "ERROR: null shape is expected here"
15}