Kaydet (Commit) b9cc7699 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Adapt smoketest to new TestExtension.oxt description.xml

Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e
üst 07a7f97b
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
--> -->
<d:description xmlns:d="http://openoffice.org/extensions/description/2006"> <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:version value="1"/>
<d:dependencies> <d:dependencies>
<d:OpenOffice.org-minimal-version d:name="OpenOffice.org 2.3" value="2.3"/> <d:OpenOffice.org-minimal-version d:name="OpenOffice.org 2.3" value="2.3"/>
......
...@@ -80,7 +80,7 @@ Sub TestExtensions ...@@ -80,7 +80,7 @@ Sub TestExtensions
gCurrentTestCase = cEXTUninstall gCurrentTestCase = cEXTUninstall
&apos;Remove the package &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. &apos;Try to create the service which is contained in the now removed extension.
oTestExtension = createUnoService(cUnoSmoketestTestExtension) oTestExtension = createUnoService(cUnoSmoketestTestExtension)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment