summaryrefslogtreecommitdiff
path: root/testautomation/dbaccess
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-09-28 16:59:46 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-09-28 16:59:46 +0200
commit78df694e68b567965111e9446711aab1be6300ed (patch)
treeeb1fccc30e62870669e837b8c7090aa0cf0a241c /testautomation/dbaccess
parent78f4c0b79d80cae6561dd919571d1f9eead2f4bc (diff)
parent11c892b46764590938f73a42862eb50b99438d9c (diff)
#i10000# changes from OOO330 m9
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
-rw-r--r--[-rwxr-xr-x]testautomation/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..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