diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-04-07 13:59:51 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-04-07 13:59:51 +0000 |
commit | 800586d551a7631b0b0caeef697935af5e8140eb (patch) | |
tree | dadf42ec253537203ccb1428ce1844f0dfc2f8db /java/test/Ice/operations/Collocated.java | |
parent | Bug 803 - changed communicator initialization. (diff) | |
download | ice-800586d551a7631b0b0caeef697935af5e8140eb.tar.bz2 ice-800586d551a7631b0b0caeef697935af5e8140eb.tar.xz ice-800586d551a7631b0b0caeef697935af5e8140eb.zip |
Bug 803 - Changed communicator initialzation
Diffstat (limited to 'java/test/Ice/operations/Collocated.java')
-rw-r--r-- | java/test/Ice/operations/Collocated.java | 1 |
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); |