summaryrefslogtreecommitdiff
path: root/java/test/Ice/operations/Collocated.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/operations/Collocated.java')
-rw-r--r--java/test/Ice/operations/Collocated.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/Ice/operations/Collocated.java b/java/test/Ice/operations/Collocated.java
index 56ef358b7eb..c39aa334315 100644
--- a/java/test/Ice/operations/Collocated.java
+++ b/java/test/Ice/operations/Collocated.java
@@ -17,6 +17,7 @@ public class Collocated
Ice.Identity id = Ice.Util.stringToIdentity("test");
adapter.add(new MyDerivedClassI(adapter, id), id);
adapter.add(new TestCheckedCastI(), Ice.Util.stringToIdentity("context"));
+ adapter.activate();
AllTests.allTests(communicator, true);