diff options
author | Matthew Newhook <matthew@zeroc.com> | 2002-01-29 02:36:01 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2002-01-29 02:36:01 +0000 |
commit | b869f936cf851677eac13a53df2c6d89b7ff5266 (patch) | |
tree | 1af49c141c0aa831af496989a0bef46b09e9326b /cpp/test/IceXML/encoding/Client.cpp | |
parent | Fixed bug in slice2wsdl. (diff) | |
download | ice-b869f936cf851677eac13a53df2c6d89b7ff5266.tar.bz2 ice-b869f936cf851677eac13a53df2c6d89b7ff5266.tar.xz ice-b869f936cf851677eac13a53df2c6d89b7ff5266.zip |
string was incorrect.
Diffstat (limited to 'cpp/test/IceXML/encoding/Client.cpp')
-rw-r--r-- | cpp/test/IceXML/encoding/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceXML/encoding/Client.cpp b/cpp/test/IceXML/encoding/Client.cpp index 13cce11fd20..a545a780684 100644 --- a/cpp/test/IceXML/encoding/Client.cpp +++ b/cpp/test/IceXML/encoding/Client.cpp @@ -36,7 +36,7 @@ TestString(const Ice::CommunicatorPtr& communicator) "hello >world", "hello >>world", "hello <<>>world", - "hello &&''""<<>>world", + "hello &&''\"\"<<>>world", "" }; for (int i = 0; !strings[i].empty(); ++i) |