Added TODO in unstable test case.
[occt.git] / tests / feat / begin
CommitLineData
40093367 1## ==================================
2## File : Begin file for FEAT grids
3## Date : 01.02.2012
4## ==================================
5
40093367 6if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } {
7 pload TOPTEST
8}
9
10# To prevent loops limit to 10 minutes
11cpulimit 600
12
13if { [info exists imagedir] == 0 } {
14 set imagedir .
15}
16if { [info exists test_image ] == 0 } {
17 set test_image photo
18}