0023657: Fails compilation with WOK after patch 22980
[occt.git] / tests / bugs / end
CommitLineData
fa920fb1 1if { [isdraw result] } {
2 if { [info exists 2dviewer] } {
3 clear
4 smallview
5 donly result
6 fit
88f8fc81 7 xwd $imagedir/${test_image}.png
fa920fb1 8 }
9 if { [info exists 3dviewer] } {
319e4241 10 vinit
fa920fb1 11 vclear
12 vdisplay result
13 vsetdispmode 1
14 vfit
352ffd73 15 vzfit
88f8fc81 16 vdump $imagedir/${test_image}.png
fa920fb1 17 }
a2d5ab2e 18}
82cbc512 19
20if { [info exist only_screen] } {
21 vdump $imagedir/${test_image}.png
22}
fa920fb1 23
aff395a3 24if { [info exist only_screen2d] } {
25 v2ddump $imagedir/${test_image}.png
26}
27
fa920fb1 28# to end a test script
29puts "TEST COMPLETED"
30