summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding/Client.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2002-01-29 02:36:01 +0000
committerMatthew Newhook <matthew@zeroc.com>2002-01-29 02:36:01 +0000
commitb869f936cf851677eac13a53df2c6d89b7ff5266 (patch)
tree1af49c141c0aa831af496989a0bef46b09e9326b /cpp/test/IceXML/encoding/Client.cpp
parentFixed bug in slice2wsdl. (diff)
downloadice-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.cpp2
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)