diff options
author | Marc Laukien <marc@zeroc.com> | 2002-12-29 00:19:12 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-12-29 00:19:12 +0000 |
commit | ceff06386a6c4d2411b47bb4802dc36f86874448 (patch) | |
tree | 601ddc02b98c741a833c93788b3c654763f2f3a3 /java/test/Ice/operations/Collocated.java | |
parent | more AMI (diff) | |
download | ice-ceff06386a6c4d2411b47bb4802dc36f86874448.tar.bz2 ice-ceff06386a6c4d2411b47bb4802dc36f86874448.tar.xz ice-ceff06386a6c4d2411b47bb4802dc36f86874448.zip |
more Java AMI
Diffstat (limited to 'java/test/Ice/operations/Collocated.java')
-rw-r--r-- | java/test/Ice/operations/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/operations/Collocated.java b/java/test/Ice/operations/Collocated.java index f0bd3afa71d..8865aa6ce2d 100644 --- a/java/test/Ice/operations/Collocated.java +++ b/java/test/Ice/operations/Collocated.java @@ -22,7 +22,7 @@ public class Collocated Ice.Object object = new MyDerivedClassI(adapter, Ice.Util.stringToIdentity("test")); adapter.add(object, Ice.Util.stringToIdentity("test")); - AllTests.allTests(communicator); + AllTests.allTests(communicator, true); return 0; } |