0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / step / bug22871
CommitLineData
fb20c143 1puts "============"
2puts "CR22871"
3puts "============"
4puts ""
5#######################################################################
6# Step Reader raises exception on invalid entity (null swept curve)
7#######################################################################
8
9set info [stepread [locate_data_file bug22871_null-swept-curve.stp] s *]
10set check [lsearch $info Exception*]
11if { $check != -1 } {
12 puts "Error : Step Reader raises exception"
13}
14
15