0031999: Tests - request Core Profile on macOS for Ray-Tracing tests
[occt.git] / tests / bugs / vis / bug27893
CommitLineData
0d5880e1 1puts "==========="
2puts "OCC27893"
3puts "==========="
4puts ""
5##########################################################################
6# Visualization - AIS_InteractiveContext::SetSelected does not work
7##########################################################################
8
9pload VISUALIZATION QAcommands
10
11vinit
12OCC27893
13vfit
14
15if {[vnbselected] != "1" || [vreadpixel 204 254 name] != "GRAY80 1"} {
16 puts "ERROR: The box is not selected, AIS_InteractiveContext::SetSelected works incorrect"
17}