summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/mod/_remotebridge/uno/various.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_remotebridge/uno/various.java')
-rw-r--r--qadevOOo/tests/java/mod/_remotebridge/uno/various.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_remotebridge/uno/various.java b/qadevOOo/tests/java/mod/_remotebridge/uno/various.java
index ae2f76d04169..a4c760bd6b13 100644
--- a/qadevOOo/tests/java/mod/_remotebridge/uno/various.java
+++ b/qadevOOo/tests/java/mod/_remotebridge/uno/various.java
@@ -147,6 +147,7 @@ public class various extends TestCase {
* Call <code>accept()</code> method and establish a bridge with an
* instance provider
*/
+ @Override
public void run() {
try {
acceptedCall = acc.accept(connectString) ;
@@ -176,6 +177,7 @@ public class various extends TestCase {
* for <code>initialize()</code> method test.</li>
* </ul>
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters tParam,
PrintWriter log) {
XMultiServiceFactory xMSF = tParam.getMSF();
@@ -259,6 +261,7 @@ public class various extends TestCase {
/**
* Stop the acceptor thread and dispose the bridge
*/
+ @Override
protected void cleanup(TestParameters Param, PrintWriter log) {
System.out.println("++++++++ cleanup");