summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess/tools/reporttools.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/dbaccess/tools/reporttools.inc')
-rw-r--r--[-rwxr-xr-x]testautomation/dbaccess/tools/reporttools.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/dbaccess/tools/reporttools.inc b/testautomation/dbaccess/tools/reporttools.inc
index 4f7a6eb6d44c..70b9ff129bd5 100755..100644
--- a/testautomation/dbaccess/tools/reporttools.inc
+++ b/testautomation/dbaccess/tools/reporttools.inc
@@ -365,7 +365,7 @@ function tools_reporttools_InstallExtension
dim i as integer
use "global/tools/includes/optional/t_extension_manager_tools.inc"
if (not hIsExtensionAlreadyInstalled("Report Builder")) then
- i = hExtensionAddGUI( gTesttoolPath + "dbaccess/required/input/sun-report-builder.oxt", "AcceptLicense,InstallForUser" )
+ i = hExtensionAddGUI( gTesttoolPath + "dbaccess/required/input/oracle-report-builder.oxt", "AcceptLicense,InstallForUser" )
if (i > 0) then
tools_reporttools_InstallExtension = 0
else