Adding test cases from grid chl
[occt.git] / tests / bugs / vis / bug138_1
CommitLineData
a87752f3 1
2puts "========"
3puts "OCC138"
4puts "========"
5puts ""
6#######################################
7## Viewer problem: Selection of objects on global context
8#######################################
9vinit
10set info [OCC138]
11
12set length [llength ${info}]
13if {${length} < 5 } {
14 puts "OCC138: Error (case 1)"
15} else {
16 regexp {No of currents += +([-0-9.+eE]+)} $info full NbCurrents
17 if {${NbCurrents} != 3 } {
18 puts "OCC138: Error (case 2)"
19 }
20}
21
22vfit
23set only_screen 1