summaryrefslogtreecommitdiff
path: root/java/test
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2006-06-06 13:38:10 +0000
committerMark Spruiell <mes@zeroc.com>2006-06-06 13:38:10 +0000
commitef88accc99b9e3a37ea2e65972780b33cdecf150 (patch)
tree496f74683db07fe9a9f8901db4b71d9ed25f83f1 /java/test
parentUpdating for 3.1.0 release. (diff)
downloadice-ef88accc99b9e3a37ea2e65972780b33cdecf150.tar.bz2
ice-ef88accc99b9e3a37ea2e65972780b33cdecf150.tar.xz
ice-ef88accc99b9e3a37ea2e65972780b33cdecf150.zip
minor edits
Diffstat (limited to 'java/test')
-rw-r--r--java/test/IceSSL/configuration/AllTests.java12
1 files changed, 8 insertions, 4 deletions
diff --git a/java/test/IceSSL/configuration/AllTests.java b/java/test/IceSSL/configuration/AllTests.java
index 183c601218d..2a9f84a7179 100644
--- a/java/test/IceSSL/configuration/AllTests.java
+++ b/java/test/IceSSL/configuration/AllTests.java
@@ -984,7 +984,8 @@ public class AllTests
}
System.out.println("ok");
- System.out.print("Testing IceSSL.TrustOnly... ");
+ System.out.print("testing IceSSL.TrustOnly... ");
+ System.out.flush();
{
Ice.InitializationData initData = createClientProps(defaultDir, defaultHost, threadPool);
initData = createClientProps(defaultDir, defaultHost, threadPool);
@@ -1197,7 +1198,8 @@ public class AllTests
}
System.out.println("ok");
- System.out.print("Testing IceSSL.TrustOnly.Client... ");
+ System.out.print("testing IceSSL.TrustOnly.Client... ");
+ System.out.flush();
{
Ice.InitializationData initData = createClientProps(defaultDir, defaultHost, threadPool);
initData = createClientProps(defaultDir, defaultHost, threadPool);
@@ -1256,7 +1258,8 @@ public class AllTests
}
System.out.println("ok");
- System.out.print("Testing IceSSL.TrustOnly.Server... ");
+ System.out.print("testing IceSSL.TrustOnly.Server... ");
+ System.out.flush();
{
Ice.InitializationData initData = createClientProps(defaultDir, defaultHost, threadPool);
initData = createClientProps(defaultDir, defaultHost, threadPool);
@@ -1315,7 +1318,8 @@ public class AllTests
}
System.out.println("ok");
- System.out.print("Testing IceSSL.TrustOnly.Server.<adapterName>.. ");
+ System.out.print("testing IceSSL.TrustOnly.Server.<AdapterName>... ");
+ System.out.flush();
{
Ice.InitializationData initData = createClientProps(defaultDir, defaultHost, threadPool);
initData = createClientProps(defaultDir, defaultHost, threadPool);