summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/f_help_browser.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/required/f_help_browser.bas')
-rwxr-xr-xtestautomation/framework/required/f_help_browser.bas4
1 files changed, 3 insertions, 1 deletions
diff --git a/testautomation/framework/required/f_help_browser.bas b/testautomation/framework/required/f_help_browser.bas
index 330e0a31e78a..753b1d8cae99 100755
--- a/testautomation/framework/required/f_help_browser.bas
+++ b/testautomation/framework/required/f_help_browser.bas
@@ -25,7 +25,7 @@
'
'/******************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : Update/resource-test for the help-browser
'*
@@ -38,6 +38,8 @@ sub main
call hStatusIn( "framework", "f_help_browser.bas" )
call tHelp_DialogTest()
call tHelp_ToolBar()
+ call tHelp_Registration()
+
call hStatusOut()
end sub