1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-20 12:45:50 +03:00
occt/tests/bugs/vis/bug138_1
apn f1aa2b6272 Adding new testing cases for chl grid
Adding procedures checkcolor and checkpoint.
Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d
Allow using command QAAISGetPixelColor2d on WNT
Rename test case tests/bugs/vis/bug19619 to pro19619
Added test cases to modalg and moddata
2012-12-14 16:56:11 +04:00

23 lines
470 B
Plaintext
Executable File

puts "========"
puts "OCC138"
puts "========"
puts ""
#######################################
## Viewer problem: Selection of objects on global context
#######################################
vinit
set info [OCC138]
set length [llength ${info}]
if {${length} < 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