summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2010-09-24 14:42:06 +0200
committerKurt Zenker <kz@openoffice.org>2010-09-24 14:42:06 +0200
commitfae87385f9be0b95d327aaf79f5d4c721c17f312 (patch)
tree906a0bd41a77b36ed1f7c4c1f453a3f6373d55d2 /testautomation/dbaccess
parent116b4ef3a412c67e951979fca54922840674e830 (diff)
parentb4dd32140a051efbfabef58cc6b94913dfdc8464 (diff)
CWS-TOOLING: integrate CWS automationooo330m6
Diffstat (limited to 'testautomation/dbaccess')
-rw-r--r--testautomation/dbaccess/required/input/oracle-report-builder.oxtbin0 -> 3449930 bytes
-rwxr-xr-xtestautomation/dbaccess/required/input/sun-report-builder.oxtbin2184747 -> 0 bytes
-rwxr-xr-xtestautomation/dbaccess/tools/reporttools.inc2
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
new file mode 100644
index 000000000000..e806ba70897f
--- /dev/null
+++ b/testautomation/dbaccess/required/input/oracle-report-builder.oxt
Binary files differ
diff --git a/testautomation/dbaccess/required/input/sun-report-builder.oxt b/testautomation/dbaccess/required/input/sun-report-builder.oxt
deleted file mode 100755
index 658fedac671b..000000000000
--- a/testautomation/dbaccess/required/input/sun-report-builder.oxt
+++ /dev/null
Binary files differ
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