0026715: Problems in reading STEP short names in complex entities
[occt.git] / tests / bugs / step / bug24135
CommitLineData
45521367 1puts "========"
2puts "OCC24135"
3puts "========"
4puts ""
5#######################################################################
6# Result of reading step file is invalid.
7#######################################################################
8
9set BugNumber OCC24135
10
11stepread [locate_data_file bug24135_Drum.stp] a *
12
13set exception_status 0
14set msg [ tpstat c ]
15set index [ lsearch $msg Exeption ]
16
17if {$index > -1} {
18 set exception_status 1
19}
20
21if { ${exception_status} != 0 } {
22 puts "Faulty ${BugNumber}"
23} else {
24 puts "OK ${BugNumber}"
25}
26
27set 2dviewer 0