summaryrefslogtreecommitdiff
path: root/test/core/XMLTest.cpp
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-09 16:26:49 +0100
committerBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2015-01-09 16:26:49 +0100
commit58fed7b74357b82ba55558f91ae13123dc2380eb (patch)
tree78b36b5e13847d24a8609a00ab93c15188e87790 /test/core/XMLTest.cpp
parent72399fdf6f7c2eec785fe9b0e70b7284f550d5dd (diff)
debugged DemoOutput.cpp
Diffstat (limited to 'test/core/XMLTest.cpp')
-rw-r--r--test/core/XMLTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/XMLTest.cpp b/test/core/XMLTest.cpp
index f7a0b4a..b11a24c 100644
--- a/test/core/XMLTest.cpp
+++ b/test/core/XMLTest.cpp
@@ -49,7 +49,7 @@ TEST(XMLNode, testSerialize)
// Now this is what we expect to see:
std::string expected{
- "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
+ "<?xml version=\"1.0\"?>\n"
"<html>\n"
"\t<head>\n"
"\t\t<title>\n"