summaryrefslogtreecommitdiff
path: root/cpp/test/IceXML/encoding/Client.cpp
diff options
context:
space:
mode:
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)