summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-18 18:49:31 +0200
committerMiklos Vajna <vmiklos@suse.cz>2012-07-30 11:26:05 +0200
commitcf5b1cd3f8d9ac9cb8d05beeb052d46634ade53b (patch)
treee0b0986ec3716c9777ef5d849484ca86ca9f2537 /smoketest
parenta4b827fb6c2263ae5dca0fcb367b38c1cdcc98e1 (diff)
smoketest: produce a better errror message when Java component fails
Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5 (cherry picked from commit 75b7d3dce610eb1d7a071d02800d5e3d0bec0898) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'smoketest')
-rw-r--r--smoketest/data/Test_Ext.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/smoketest/data/Test_Ext.xml b/smoketest/data/Test_Ext.xml
index ac39f4816d7b..b28aefec4dc8 100644
--- a/smoketest/data/Test_Ext.xml
+++ b/smoketest/data/Test_Ext.xml
@@ -44,7 +44,7 @@ Sub TestExtensions
gCurrentTestCase = cLogfileFailed
LocalTestLog% = OpenLogDat (GetLogFileName(gCurrentDocTest))
- sCurrentMessage = cMessageExtensionService
+ sCurrentMessage = &quot;SmokeTestCommandEnvironment (implemented in Java)&quot;
gCurrentTestCase = cEXTService
&apos;Create an implementation of com.sun.star.ucb.XCommandEnvironment which is needed for
@@ -54,6 +54,7 @@ Sub TestExtensions
&apos;Create the component context and then get the singleton ExtensionManager
&apos;A singleton cannot be created with createUnoService
+ sCurrentMessage = cMessageExtensionService
ctx = getDefaultContext
ext_mgr = ctx.getValueByName(&quot;/singletons/&quot; + cExtensionManager)