summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-05-05 17:27:28 +0200
committerJose <jose@zeroc.com>2014-05-05 17:27:28 +0200
commit1ca2ecdadb29476c2521d8cc87fe2507336b47ba (patch)
treeff1aac64fece9e7a54265a395fd06398813fb9f5 /cpp
parentMinor fix for optimized builds (diff)
downloadice-1ca2ecdadb29476c2521d8cc87fe2507336b47ba.tar.bz2
ice-1ca2ecdadb29476c2521d8cc87fe2507336b47ba.tar.xz
ice-1ca2ecdadb29476c2521d8cc87fe2507336b47ba.zip
String converter test minor fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/test/Ice/stringConverter/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/stringConverter/Client.cpp b/cpp/test/Ice/stringConverter/Client.cpp
index eb59598691d..5c624326a9d 100644
--- a/cpp/test/Ice/stringConverter/Client.cpp
+++ b/cpp/test/Ice/stringConverter/Client.cpp
@@ -94,7 +94,7 @@ int
Client::run(int, char*[])
{
Test::MyObjectPrx proxy =
- Test::MyObjectPrx::uncheckedCast(communicator()->stringToProxy("test:default -h localhost -p 12010"));
+ Test::MyObjectPrx::uncheckedCast(communicator()->stringToProxy("test:default -p 12010"));
char oe = char(0xBD); // A single character in ISO Latin 9
string msg = string("tu me fends le c") + oe + "ur!";