summaryrefslogtreecommitdiff
path: root/smoketest/data
diff options
context:
space:
mode:
Diffstat (limited to 'smoketest/data')
-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 = "SmokeTestCommandEnvironment (implemented in Java)"
gCurrentTestCase = cEXTService
'Create an implementation of com.sun.star.ucb.XCommandEnvironment which is needed for
@@ -45,6 +45,7 @@ Sub TestExtensions
'Create the component context and then get the singleton ExtensionManager
'A singleton cannot be created with createUnoService
+ sCurrentMessage = cMessageExtensionService
ctx = getDefaultContext
ext_mgr = ctx.getValueByName("/singletons/" + cExtensionManager)