summaryrefslogtreecommitdiff
path: root/bridges/test/java_remote/StopMessageDispatcherTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/test/java_remote/StopMessageDispatcherTest.java')
-rw-r--r--bridges/test/java_remote/StopMessageDispatcherTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/bridges/test/java_remote/StopMessageDispatcherTest.java b/bridges/test/java_remote/StopMessageDispatcherTest.java
index d1c6a3654a8b..4d62fa297ccf 100644
--- a/bridges/test/java_remote/StopMessageDispatcherTest.java
+++ b/bridges/test/java_remote/StopMessageDispatcherTest.java
@@ -35,6 +35,7 @@ import test.lib.TestBed;
public final class StopMessageDispatcherTest extends ComplexTestCase {
public StopMessageDispatcherTest() {}
+ @Override
public String[] getTestMethodNames() {
return new String[] { "test" };
}
@@ -50,6 +51,7 @@ public final class StopMessageDispatcherTest extends ComplexTestCase {
new Client().execute();
}
+ @Override
protected boolean run(XComponentContext context) throws Throwable {
XTest test = UnoRuntime.queryInterface(
XTest.class, getBridge(context).getInstance("Test"));