diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /java/test/Ice/objects/AllTests.java | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'java/test/Ice/objects/AllTests.java')
-rw-r--r-- | java/test/Ice/objects/AllTests.java | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/java/test/Ice/objects/AllTests.java b/java/test/Ice/objects/AllTests.java index 7a7ddb771b5..db4d956fef5 100644 --- a/java/test/Ice/objects/AllTests.java +++ b/java/test/Ice/objects/AllTests.java @@ -139,32 +139,32 @@ public class AllTests } System.out.println("ok"); - if(!collocated) - { - System.out.print("testing UnexpectedObjectException..."); - System.out.flush(); - ref = "uoet:default -p 12010 -t 10000"; - base = communicator.stringToProxy(ref); - test(base != null); - UnexpectedObjectExceptionTestPrx uoet = UnexpectedObjectExceptionTestPrxHelper.uncheckedCast(base); - test(uoet != null); - try - { - uoet.op(); - test(false); - } - catch(Ice.UnexpectedObjectException ex) - { - test(ex.type.equals("::Test::AlsoEmpty")); - test(ex.expectedType.equals("::Test::Empty")); - } - catch(java.lang.Exception ex) - { - System.out.println(ex); - test(false); - } - System.out.println("ok"); - } + if(!collocated) + { + System.out.print("testing UnexpectedObjectException..."); + System.out.flush(); + ref = "uoet:default -p 12010 -t 10000"; + base = communicator.stringToProxy(ref); + test(base != null); + UnexpectedObjectExceptionTestPrx uoet = UnexpectedObjectExceptionTestPrxHelper.uncheckedCast(base); + test(uoet != null); + try + { + uoet.op(); + test(false); + } + catch(Ice.UnexpectedObjectException ex) + { + test(ex.type.equals("::Test::AlsoEmpty")); + test(ex.expectedType.equals("::Test::Empty")); + } + catch(java.lang.Exception ex) + { + System.out.println(ex); + test(false); + } + System.out.println("ok"); + } return initial; } |