diff options
author | Marc Neumann [msc] <Marc.Neumann@oracle.com> | 2010-09-15 09:20:58 +0200 |
---|---|---|
committer | Marc Neumann [msc] <Marc.Neumann@oracle.com> | 2010-09-15 09:20:58 +0200 |
commit | 36540a68a721379094d322935354e85c6c2793fe (patch) | |
tree | aede18f5351048ff658563644783fce9823aaf2a /testautomation/dbaccess | |
parent | 08eb8133d5d0e46bc1bfaada99c368f17d072f1f (diff) |
automationooo330m6: #113576# update report builder oxt
Diffstat (limited to 'testautomation/dbaccess')
-rw-r--r-- | testautomation/dbaccess/required/input/oracle-report-builder.oxt | bin | 0 -> 3449930 bytes | |||
-rwxr-xr-x | testautomation/dbaccess/required/input/sun-report-builder.oxt | bin | 2184747 -> 0 bytes | |||
-rwxr-xr-x | testautomation/dbaccess/tools/reporttools.inc | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/dbaccess/required/input/oracle-report-builder.oxt b/testautomation/dbaccess/required/input/oracle-report-builder.oxt Binary files differnew file mode 100644 index 000000000000..e806ba70897f --- /dev/null +++ b/testautomation/dbaccess/required/input/oracle-report-builder.oxt diff --git a/testautomation/dbaccess/required/input/sun-report-builder.oxt b/testautomation/dbaccess/required/input/sun-report-builder.oxt Binary files differdeleted file mode 100755 index 658fedac671b..000000000000 --- a/testautomation/dbaccess/required/input/sun-report-builder.oxt +++ /dev/null diff --git a/testautomation/dbaccess/tools/reporttools.inc b/testautomation/dbaccess/tools/reporttools.inc index 4f7a6eb6d44c..70b9ff129bd5 100755 --- 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 |