diff options
author | Michi Henning <michi@zeroc.com> | 2004-06-01 02:11:39 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-06-01 02:11:39 +0000 |
commit | 856f564a1c98e4c3fc5cf91efbfca5caaaa2b21c (patch) | |
tree | 7896917858ada0c4e9f1f03c8e752683e67f73b7 /java/test/Ice/exceptions/AllTests.java | |
parent | Add AMI fault tolerance tests. (diff) | |
download | ice-856f564a1c98e4c3fc5cf91efbfca5caaaa2b21c.tar.bz2 ice-856f564a1c98e4c3fc5cf91efbfca5caaaa2b21c.tar.xz ice-856f564a1c98e4c3fc5cf91efbfca5caaaa2b21c.zip |
Implemented missing test for overrun in BasicStream.java. Fixed incorrect
test output and remove two redundant data members.
Diffstat (limited to 'java/test/Ice/exceptions/AllTests.java')
-rw-r--r-- | java/test/Ice/exceptions/AllTests.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/AllTests.java b/java/test/Ice/exceptions/AllTests.java index b507b2d7f5c..a182c19a8c2 100644 --- a/java/test/Ice/exceptions/AllTests.java +++ b/java/test/Ice/exceptions/AllTests.java @@ -1184,7 +1184,7 @@ public class AllTests System.out.println("ok"); - System.out.print("catching derived types... "); + System.out.print("catching derived types with AMI... "); System.out.flush(); { |