Restoring test cases removed by last commit.
[occt.git] / tests / bugs / end
1 if { [isdraw result] } {
2     if { [info exists 2dviewer] } {
3         clear
4         smallview
5         donly result
6         fit
7         xwd $imagedir/${test_image}.png
8     }
9     if { [info exists 3dviewer] } {
10         vinit
11         vclear
12         vdisplay result
13         vsetdispmode 1
14         vfit
15         vdump $imagedir/${test_image}.png
16     }
17 }
18
19 if { [info exist only_screen] } {
20     vdump $imagedir/${test_image}.png
21 }
22
23 if { [info exist only_screen2d] } {
24     v2ddump $imagedir/${test_image}.png
25 }
26
27 # to end a test script
28 puts "TEST COMPLETED"
29