summaryrefslogtreecommitdiff
path: root/smoketestoo_native
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-18 13:51:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-18 13:51:58 +0000
commit3f51f94df69a1929bc1048bce39e54921aa380dc (patch)
tree6ebfab3b982e56a977f7b6348b040084013f3df4 /smoketestoo_native
parenta0e1d8636fb93ebfce7f804ffdfc5a1d0b622e11 (diff)
INTEGRATION: CWS sb66 (1.2.4); FILE MERGED
2007/01/04 15:17:45 sb 1.2.4.1: #i69910# Adapted to unique extension identifiers.
Diffstat (limited to 'smoketestoo_native')
-rwxr-xr-xsmoketestoo_native/data/scripts/Test_Ext.xba2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketestoo_native/data/scripts/Test_Ext.xba b/smoketestoo_native/data/scripts/Test_Ext.xba
index d3c2feca492a..00fc93ff86eb 100755
--- a/smoketestoo_native/data/scripts/Test_Ext.xba
+++ b/smoketestoo_native/data/scripts/Test_Ext.xba
@@ -65,7 +65,7 @@ sImplementationNameString = cUnoSmoketestTestExtension + &quot;$_TestExtension&q
nCurrentAction = cEXTUninstall
&apos;Remove the package
- ext_mgr.removePackage(cExtensionFileName, obj_null, cmdEnv)
+ ext_mgr.removePackage(&quot;org.openoffice.legacy.&quot; + cExtensionFileName, cExtensionFileName, obj_null, cmdEnv)
&apos;Try to create the service which is contained in the now removed extension.
oTestExtension = createUnoService(cUnoSmoketestTestExtension)