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