diff options
author | Michi Henning <michi@zeroc.com> | 2009-03-18 09:36:39 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-03-18 09:36:39 +1000 |
commit | 1479a24f86b0fa2c78f19b0d32c237bce9b33f8c (patch) | |
tree | fb7870b5eeda2c0a3abc9705ffd8a4ee25e69b55 /cpp/test | |
parent | Removed protobuf demo (diff) | |
download | ice-1479a24f86b0fa2c78f19b0d32c237bce9b33f8c.tar.bz2 ice-1479a24f86b0fa2c78f19b0d32c237bce9b33f8c.tar.xz ice-1479a24f86b0fa2c78f19b0d32c237bce9b33f8c.zip |
Fixed minor typo in test output.
Diffstat (limited to 'cpp/test')
-rw-r--r-- | cpp/test/Ice/stringConverter/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp index 0baf9636b56..fe5600e5021 100644 --- a/cpp/test/Ice/stringConverter/Client.cpp +++ b/cpp/test/Ice/stringConverter/Client.cpp @@ -156,7 +156,7 @@ Client::run(int, char*[]) { cout << " (using iconv)"; } - cout << "..." << flush; + cout << "... " << flush; wstring wmsg = clientPrx->widen(msg); test(clientPrx->narrow(wmsg) == msg); test(wmsg.size() == msg.size()); |