summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/f_topten.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/required/f_topten.bas')
-rwxr-xr-xtestautomation/framework/required/f_topten.bas26
1 files changed, 15 insertions, 11 deletions
diff --git a/testautomation/framework/required/f_topten.bas b/testautomation/framework/required/f_topten.bas
index 49a13aeb3f1b..3b7068ece70b 100755
--- a/testautomation/framework/required/f_topten.bas
+++ b/testautomation/framework/required/f_topten.bas
@@ -35,21 +35,21 @@ sub main
use "framework\required\includes\topten.inc"
use "framework\required\includes\smoketest.inc"
-
+ use "framework\required\includes\first.inc"
+
+ hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_LOW )
+
call hStatusIn ("framework", "f_topten.bas")
-
- printlog Chr(13) + "* ------ Top-Ten-Test ------ *"
+ call tAllNew
+ call tInFilterCountCompare
+ call tJava
+ call tDatabaseCheck
call topten
-
-
- hSetMacroSecurityAPI( GC_MACRO_SECURITY_LEVEL_LOW )
call tSmokeTest
-
- ' Do not use hSetMacroSecurityAPI here as this is the ONLY place within
- ' the framework module where the setting is done via UI.
- hSetMacroSecurity( GC_MACRO_SECURITY_LEVEL_DEFAULT )
-
call hStatusOut
+
+ hSetMacroSecurity( GC_MACRO_SECURITY_LEVEL_DEFAULT )
+
end sub
'*******************************************************************************
@@ -60,6 +60,10 @@ sub LoadIncludeFiles
use "global\system\includes\gvariabl.inc"
use "global\tools\includes\optional\t_docfuncs.inc"
+ use "global\tools\includes\optional\t_ui_filters.inc"
+ use "global\tools\includes\optional\t_filetools.inc"
+ use "global\tools\includes\optional\t_docfuncs.inc"
+ use "global\tools\includes\optional\t_listfuncs.inc"
gApplication = "BACKGROUND"
Call GetUseFiles