summaryrefslogtreecommitdiff
path: root/java/test/Slice/keyword/Client.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-09-20 17:01:12 +0800
committerMatthew Newhook <matthew@zeroc.com>2007-09-20 17:01:12 +0800
commit456b636f5481f2b23af5963bacce67a8011f4b22 (patch)
tree6d4134902bef06f40e83a83658b5527bf049e0c2 /java/test/Slice/keyword/Client.java
parentskip blobject test when using python 2.3. (diff)
downloadice-456b636f5481f2b23af5963bacce67a8011f4b22.tar.bz2
ice-456b636f5481f2b23af5963bacce67a8011f4b22.tar.xz
ice-456b636f5481f2b23af5963bacce67a8011f4b22.zip
Changed ok! to ok for some of the keyword tests.
Diffstat (limited to 'java/test/Slice/keyword/Client.java')
-rw-r--r--java/test/Slice/keyword/Client.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Slice/keyword/Client.java b/java/test/Slice/keyword/Client.java
index 6c47996d209..f60935450d2 100644
--- a/java/test/Slice/keyword/Client.java
+++ b/java/test/Slice/keyword/Client.java
@@ -140,7 +140,7 @@ public class Client
_abstract.defaultPrx p = _abstract.defaultPrxHelper.uncheckedCast(
adapter.createProxy(communicator.stringToIdentity("test")));
p._do();
- System.out.println("ok!");
+ System.out.println("ok");
return 0;
}