summaryrefslogtreecommitdiff
path: root/smoketest
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-18 18:49:31 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-18 18:50:31 +0200
commit75b7d3dce610eb1d7a071d02800d5e3d0bec0898 (patch)
tree6d5a3563a8ab48d910b901e711b1bfdbdeb6c143 /smoketest
parentb0f170d7df9cff12535d2ecfd146b32b745a8ef8 (diff)
smoketest: produce a better errror message when Java component fails
Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5
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 a03ba1f46009..06639d4bb61a 100644
--- a/smoketest/data/Test_Ext.xml
+++ b/smoketest/data/Test_Ext.xml
@@ -35,7 +35,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
@@ -45,6 +45,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)