diff options
author | Michi Henning <michi@zeroc.com> | 2007-05-16 05:20:35 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2007-05-16 05:20:35 +0000 |
commit | 152659ace9260f2ee537fa028d3acbf00b252fa0 (patch) | |
tree | eeab52671517db32fc8b3cabaa3d2140f1b2c80b /cpp | |
parent | Upated opaque proxy test. (diff) | |
download | ice-152659ace9260f2ee537fa028d3acbf00b252fa0.tar.bz2 ice-152659ace9260f2ee537fa028d3acbf00b252fa0.tar.xz ice-152659ace9260f2ee537fa028d3acbf00b252fa0.zip |
Updated opaque proxy test.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/proxy/AllTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/proxy/AllTests.cpp b/cpp/test/Ice/proxy/AllTests.cpp index 30c48ce0d7e..1d2b1bc73eb 100644 --- a/cpp/test/Ice/proxy/AllTests.cpp +++ b/cpp/test/Ice/proxy/AllTests.cpp @@ -600,7 +600,7 @@ allTests(const Ice::CommunicatorPtr& communicator) } // Legal TCP endpoint expressed as opaque endpoint - Ice::ObjectPrx p1 = communicator->stringToProxy("test:opaque -t 1 -v AOouAAAQJwAAAA=="); + Ice::ObjectPrx p1 = communicator->stringToProxy("test:opaque -t 1 -v CTEyNy4wLjAuMeouAAAQJwAAAA=="); string pstr = communicator->proxyToString(p1); test(pstr == "test -t:tcp -h 127.0.0.1 -p 12010 -t 10000"); |