0032208: Tests - refactor visualization tests to cover several graphic drivers
[occt.git] / tests / opengl / data / background / bug1188
1 puts "================"
2 puts "0001188: Impossible to set background image for V3d_View"
3 puts "================"
4 puts ""
5
6 pload VISUALIZATION
7 vinit View1
8
9 vbackground -image [locate_data_file OCC1188.gif]
10 if { [vreadpixel 200 200 rgb name] != "WHITE" } { puts "Error: image background is not set" }
11
12 vdump $imagedir/${casename}.png