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 | |
parent | 07a7f97b21a02284456e575fe4404f0d216a6723 (diff) |
Adapt smoketest to new TestExtension.oxt description.xml
Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e
-rw-r--r-- | smoketest/com/sun/star/comp/smoketest/description.xml | 2 | ||||
-rw-r--r-- | smoketest/data/Basic/Standard/Test_Ext.xml | 2 |
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 '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) |