summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/f_tools_options.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/required/f_tools_options.bas')
-rwxr-xr-xtestautomation/framework/required/f_tools_options.bas4
1 files changed, 3 insertions, 1 deletions
diff --git a/testautomation/framework/required/f_tools_options.bas b/testautomation/framework/required/f_tools_options.bas
index d9945c5333ff..b4cac6c8f4b3 100755
--- a/testautomation/framework/required/f_tools_options.bas
+++ b/testautomation/framework/required/f_tools_options.bas
@@ -25,7 +25,7 @@
'
'/******************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : Verify that the applications appear in tools/options
'*
@@ -34,9 +34,11 @@
sub main
use "framework\required\includes\tools_options.inc"
+ use "global\required\includes\g_option_application.inc"
call hStatusIn( "framework" , "f_tools_options.bas" )
call tUpdtOptionItems()
+ call tToolsOptionsTestFirst() ' Global test that should be called from within the application modules really.
call hStatusOut()
end sub