1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-05-06 10:36:12 +03:00
occt/tests/bugs/vis/bug138_1
apn 355c155147 Adding testing cases from chl group
Modified END file of all group bugs. Command nbshape moved to END file. Add begin with variable subgroup
Small correction in END file
Replaced test case bug726_3 from moddata to modalg
2012-12-28 18:50:48 +04:00

23 lines
462 B
Plaintext
Executable File

puts "========"
puts "OCC138"
puts "========"
puts ""
#######################################
## Viewer problem: Selection of objects on global context
#######################################
vinit
set info [OCC138]
set ll [llength ${info}]
if {${ll} < 5 } {
puts "OCC138: Error (case 1)"
} else {
regexp {No of currents += +([-0-9.+eE]+)} $info full NbCurrents
if {${NbCurrents} != 3 } {
puts "OCC138: Error (case 2)"
}
}
vfit
set only_screen 1