38f8677aafc55f44136715b6786a7ebf14095011
[occt.git] / tests / bugs / step / bug8229
1 puts "============"
2 puts "OCC8229"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Exeption is raised during the ReadStep in DRAW on the attached shape
7 #######################################################################
8
9 set BugNumber OCC8229
10
11 if [catch { stepread [locate_data_file OCC8229.stp] a * } res] {
12     puts "Faulty ${BugNumber}"
13 } else {
14     puts "OK ${BugNumber}"
15 }
16