summaryrefslogtreecommitdiff
path: root/smoketest
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
parent07a7f97b21a02284456e575fe4404f0d216a6723 (diff)
Adapt smoketest to new TestExtension.oxt description.xml
Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/com/sun/star/comp/smoketest/description.xml2
-rw-r--r--smoketest/data/Basic/Standard/Test_Ext.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/com/sun/star/comp/smoketest/description.xml b/smoketest/com/sun/star/comp/smoketest/description.xml
index 7d25919a5d72..ccbac75df640 100644
--- a/smoketest/com/sun/star/comp/smoketest/description.xml
+++ b/smoketest/com/sun/star/comp/smoketest/description.xml
@@ -18,7 +18,7 @@
-->
<d:description xmlns:d="http://openoffice.org/extensions/description/2006">
- <d:identifier value="smoketest.TestExtension"/>
+ <d:identifier value="org.libreoffice.smoketest.TestExtension"/>
<d:version value="1"/>
<d:dependencies>
<d:OpenOffice.org-minimal-version d:name="OpenOffice.org 2.3" value="2.3"/>
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)