diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-01-10 14:21:06 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-01-10 14:21:06 +0000 |
commit | 2bbaae8dca0b22dd2ce739ecd5844bc50fa828ba (patch) | |
tree | 8cdfc955a1bf5a5862885efb99a485dc66761552 /java/test/Ice/servantLocator/AllTests.java | |
parent | Fix (diff) | |
download | ice-2bbaae8dca0b22dd2ce739ecd5844bc50fa828ba.tar.bz2 ice-2bbaae8dca0b22dd2ce739ecd5844bc50fa828ba.tar.xz ice-2bbaae8dca0b22dd2ce739ecd5844bc50fa828ba.zip |
minor fixes
Diffstat (limited to 'java/test/Ice/servantLocator/AllTests.java')
-rw-r--r-- | java/test/Ice/servantLocator/AllTests.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/servantLocator/AllTests.java b/java/test/Ice/servantLocator/AllTests.java index e4ee71a9e16..eaf730541b0 100644 --- a/java/test/Ice/servantLocator/AllTests.java +++ b/java/test/Ice/servantLocator/AllTests.java @@ -138,7 +138,7 @@ public class AllTests test(obj.equals(base)); System.out.println("ok"); - System.out.print("testing servant locator..."); + System.out.print("testing servant locator... "); System.out.flush(); base = communicator.stringToProxy("category/locate:default -p 12010 -t 10000"); obj = TestIntfPrxHelper.checkedCast(base); @@ -151,7 +151,7 @@ public class AllTests } System.out.println("ok"); - System.out.print("testing default servant locator..."); + System.out.print("testing default servant locator... "); System.out.flush(); base = communicator.stringToProxy("anothercat/locate:default -p 12010 -t 10000"); obj = TestIntfPrxHelper.checkedCast(base); |