smoketest/com/sun/star/comp/smoketest/description.xml | 2 +- smoketest/data/Basic/Standard/Test_Ext.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit b9cc769926fa2558b8e76181b0cc850347410a09 Author: Stephan Bergmann <[email protected]> Date: Mon Apr 22 11:00:54 2013 +0200 Adapt smoketest to new TestExtension.oxt description.xml Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e diff --git a/smoketest/com/sun/star/comp/smoketest/description.xml b/smoketest/com/sun/star/comp/smoketest/description.xml index 7d25919..ccbac75 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 06639d4..29a68f8 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) _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
