summaryrefslogtreecommitdiff
path: root/testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-01-29 14:30:06 +0000
committerRüdiger Timm <rt@openoffice.org>2007-01-29 14:30:06 +0000
commitba70354f6c0296c074cda77db5425fc505c23eda (patch)
tree9ee6a0bf8dfd0c910b2669ac8af875d9ab8e3e88 /testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs
parent2382af0a0a5b1d8a60b5f34fc0e465431740860c (diff)
INTEGRATION: CWS jl55_SRC680 (1.7.50); FILE MERGED
2007/01/26 08:47:40 jl 1.7.50.2: #i73879# 2007/01/26 08:39:55 jl 1.7.50.1: #i73879# switching of current context test with c++ client and C# testobject
Diffstat (limited to 'testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs')
-rw-r--r--testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs17
1 files changed, 9 insertions, 8 deletions
diff --git a/testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs b/testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs
index f68a851cf1ed..ef8f6bd5e145 100644
--- a/testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs
+++ b/testtools/source/bridgetest/cli/cli_bridgetest_inprocess.cs
@@ -4,9 +4,9 @@
*
* $RCSfile: cli_bridgetest_inprocess.cs,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 11:48:09 $
+ * last change: $Author: rt $ $Date: 2007-01-29 15:30:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -164,7 +164,7 @@ public class BridgeTest
test_client = new cs_testobj.BridgeTest( xContext );
xClient = (XMain) test_client;
Console.WriteLine(
- "\n[cli bridgetest] C# client calls C# object");
+ "\n[cli bridgetest] 1. C# client calls C# object");
// run with CLI target object
xClient.run(
new String [] {
@@ -181,11 +181,12 @@ public class BridgeTest
"com.sun.star.test.bridge.BridgeTest", xContext );
xClient = (XMain) test_client;
Console.WriteLine(
- "\n[cli bridgetest] C++ client (native) calls C# object");
+ "\n[cli bridgetest] 2. C++ client (native) calls C# object");
// run with CLI target object
xClient.run(
new String [] {
- "com.sun.star.test.bridge.cli_uno.CsTestObject" } );
+ "com.sun.star.test.bridge.cli_uno.CsTestObject",
+ "noCurrentContext"} );
// III:
// uno -ro uno_services.rdb -ro uno_types.rdb
@@ -199,7 +200,7 @@ public class BridgeTest
xContext );
xClient = (XMain) test_client;
Console.WriteLine(
- "\n[cli bridgetest] C# client calls C++ object (native)");
+ "\n[cli bridgetest] 3. C# client calls C++ object (native)");
// run with native target object
xClient.run(
new String [] { "com.sun.star.test.bridge.CppTestObject" } );
@@ -215,7 +216,7 @@ public class BridgeTest
xContext );
xClient = (XMain) test_client;
Console.WriteLine(
- "\n[cli bridgetest] Visual Basic client calls C++ (native) object" );
+ "\n[cli bridgetest] 4. Visual Basic client calls C++ (native) object" );
// run with native target object
xClient.run(
new String [] { "com.sun.star.test.bridge.CppTestObject" } );
@@ -247,7 +248,7 @@ public class BridgeTest
xContext );
xClient = (XMain) test_client;
Console.WriteLine(
- "\n[cli bridgetest] CLI C++ client calls C++ object (native)");
+ "\n[cli bridgetest] 6. CLI C++ client calls C++ object (native)");
// run with native target object
xClient.run(
new String [] { "com.sun.star.test.bridge.CppTestObject" } );