diff options
author | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:37:12 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-02-20 19:37:12 +0000 |
commit | d710dd9a1572093dab487c8f6b23879cd5232703 (patch) | |
tree | f0b469cc8a4fbbba64e83dd43e4f529821de319e /java/test/Ice/exceptions/AllTests.java | |
parent | Changing demo and test port numbers. (diff) | |
download | ice-d710dd9a1572093dab487c8f6b23879cd5232703.tar.bz2 ice-d710dd9a1572093dab487c8f6b23879cd5232703.tar.xz ice-d710dd9a1572093dab487c8f6b23879cd5232703.zip |
changing demo and test ports
Diffstat (limited to 'java/test/Ice/exceptions/AllTests.java')
-rw-r--r-- | java/test/Ice/exceptions/AllTests.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/exceptions/AllTests.java b/java/test/Ice/exceptions/AllTests.java index 1c9a9c74091..8a38cff5825 100644 --- a/java/test/Ice/exceptions/AllTests.java +++ b/java/test/Ice/exceptions/AllTests.java @@ -728,7 +728,7 @@ public class AllTests try { Ice.ObjectAdapter second = - communicator.createObjectAdapterWithEndpoints("TestAdapter0", "ssl -h foo -p 12346 -t 10000"); + communicator.createObjectAdapterWithEndpoints("TestAdapter0", "ssl -h foo -p 12011 -t 10000"); test(false); } catch(Ice.AlreadyRegisteredException ex) @@ -812,7 +812,7 @@ public class AllTests System.out.print("testing stringToProxy... "); System.out.flush(); - String ref = "thrower:default -p 12345 -t 10000"; + String ref = "thrower:default -p 12010 -t 10000"; Ice.ObjectPrx base = communicator.stringToProxy(ref); test(base != null); System.out.println("ok"); |