diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-22 11:00:54 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-22 11:00:54 +0200 |
commit | b9cc769926fa2558b8e76181b0cc850347410a09 (patch) | |
tree | ab135dad7575686715a0d66384d6f7224a1e9ee6 /smoketest/data | |
parent | 07a7f97b21a02284456e575fe4404f0d216a6723 (diff) |
Adapt smoketest to new TestExtension.oxt description.xml
Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e
Diffstat (limited to 'smoketest/data')
-rw-r--r-- | smoketest/data/Basic/Standard/Test_Ext.xml | 2 |
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) |