Adjusting testing cases for current state of OCCT
[occt.git] / tests / blend / begin
1 # To prevent loops limit to 10 minutes
2 cpulimit 600
3
4 #setting variables for CFI test group
5 dset SCALE 1000
6 protect SCALE
7 dset SCALE1 10
8 protect SCALE1
9 dset SCALE2 1
10 protect SCALE2
11 dset SCALE3 5
12 protect SCALE3
13
14 if { [array get Draw_Groups "TOPOLOGY Feature commands"] == "" } {
15         pload TOPTEST
16 }
17
18 if { [info exists imagedir] == 0 } {
19    set imagedir .
20 }
21 if { [info exists test_image ] == 0 } {
22    set test_image photo
23 }