0030694: Data Exchange - support non-standard GB2312-encoded STEP files
[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 set filepath [locate_data_file OCC8229.stp]
12 if [catch { stepread $filepath a * } res] {
13     puts "Faulty ${BugNumber}"
14 } else {
15     puts "OK ${BugNumber}"
16 }
17