diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:35:20 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-05-01 06:35:20 +0000 |
commit | 1beed4be7d6576b14dc685e3cb4e2a26fc17e50b (patch) | |
tree | 906ea9ad9ae3c8194246a2f44678684c6df74230 /java/test/Ice/proxy/Collocated.java | |
parent | remove timeout test from proxy test. Cleanup of operations test. (diff) | |
download | ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.bz2 ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.tar.xz ice-1beed4be7d6576b14dc685e3cb4e2a26fc17e50b.zip |
remove timeout test from proxy test. Cleanup of operations test.
Diffstat (limited to 'java/test/Ice/proxy/Collocated.java')
-rw-r--r-- | java/test/Ice/proxy/Collocated.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/proxy/Collocated.java b/java/test/Ice/proxy/Collocated.java index 75c4d5ea7d3..4392b66d3e0 100644 --- a/java/test/Ice/proxy/Collocated.java +++ b/java/test/Ice/proxy/Collocated.java @@ -17,7 +17,7 @@ public class Collocated adapter.add(new MyDerivedClassI(), communicator.stringToIdentity("test")); adapter.activate(); - AllTests.allTests(communicator, true); + AllTests.allTests(communicator); return 0; } |