smoketest/data/Test_Ext.xml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 75b7d3dce610eb1d7a071d02800d5e3d0bec0898
Author: Michael Stahl <[email protected]>
Date:   Wed Jul 18 18:49:31 2012 +0200

    smoketest: produce a better errror message when Java component fails
    
    Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5

diff --git a/smoketest/data/Test_Ext.xml b/smoketest/data/Test_Ext.xml
index a03ba1f..06639d4 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)
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to