0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / xde / bug21308
CommitLineData
0dc98b5b 1puts "================"
2puts "OCC21308"
3puts "================"
4puts ""
5######################################################################################
6# Problem of Interface_Tracefile. There are not messages.
7######################################################################################
8
9igesbrep [locate_data_file annie_surf.igs] a *
10
11set out [tpstat c]
12set err 0
13set nb [llength $out]
14if { $nb == 0 } {
15 set err 1
16}
17
18regexp {[ \t]*([-0-9.+eE]+)[ \t]*W:126 } $out full val
19if { $val == 0 } {
20 set err 1
21}
22
23if { $err != 0 } {
24 puts "Error : No output warnings from command tpstat"
25} else {
26 puts "OK : Command tpstat works properly"
27}