summaryrefslogtreecommitdiff
path: root/smoketest/data
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/data')
-rw-r--r--smoketest/data/Basic/Standard/Test_Ext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/data/Basic/Standard/Test_Ext.xml b/smoketest/data/Basic/Standard/Test_Ext.xml
index 06639d4bb61a..29a68f8868ea 100644
--- a/smoketest/data/Basic/Standard/Test_Ext.xml
+++ b/smoketest/data/Basic/Standard/Test_Ext.xml
@@ -80,7 +80,7 @@ Sub TestExtensions
gCurrentTestCase = cEXTUninstall
'Remove the package
- ext_mgr.removeExtension("org.openoffice.legacy." + cExtensionFileName, cExtensionFileName, "user",obj_null, cmdEnv)
+ ext_mgr.removeExtension("org.libreoffice.smoketest.TestExtension", cExtensionFileName, "user",obj_null, cmdEnv)
'Try to create the service which is contained in the now removed extension.
oTestExtension = createUnoService(cUnoSmoketestTestExtension)