summaryrefslogtreecommitdiff
path: root/smoketest/data
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-22 11:00:54 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-22 11:00:54 +0200
commitb9cc769926fa2558b8e76181b0cc850347410a09 (patch)
treeab135dad7575686715a0d66384d6f7224a1e9ee6 /smoketest/data
parent07a7f97b21a02284456e575fe4404f0d216a6723 (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.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
&apos;Remove the package
- ext_mgr.removeExtension(&quot;org.openoffice.legacy.&quot; + cExtensionFileName, cExtensionFileName, &quot;user&quot;,obj_null, cmdEnv)
+ ext_mgr.removeExtension(&quot;org.libreoffice.smoketest.TestExtension&quot;, cExtensionFileName, &quot;user&quot;,obj_null, cmdEnv)
&apos;Try to create the service which is contained in the now removed extension.
oTestExtension = createUnoService(cUnoSmoketestTestExtension)