0030969: Coding Rules - refactor Quantity_Color.cxx color table definition
[occt.git] / tests / bugs / vis / bug25466
1 puts "============"
2 puts "CR25466"
3 puts "============"
4 puts ""
5 #######################################################################
6 #  Visualization - Impossible to change the display mode when a local context is opened
7 #######################################################################
8
9 box b1 0 0 0 1 2 3
10 box b2 3 0 0 2 3 1
11
12 vinit View1
13 vclear
14 vaxo
15
16 vsetdispmode 0
17 vdisplay b1 b2
18 vfit
19
20 vselmode b1 4 1
21 vsetdispmode b1 1
22
23 checkcolor 100 100 0.78 0.55 0.09
24
25 checkview -screenshot -3d -path ${imagedir}/${test_image}.png