0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug25801
1 puts "========="
2 puts "CR25801"
3 puts "========="
4 puts ""
5 #########################################################################################
6 ## Some of the commands in BOPTest packages show the execution time without -t key
7 #########################################################################################
8
9 box b1 10 10 10
10 set Log1 [bopcheck b1]
11
12 if { [regexp {Elapsed time} ${Log1}] } {
13    puts "Error: bopcheck show the execution time without -t key"
14 } else {
15    puts "OK: bopcheck does not show the execution time without -t key"
16 }