diff options
Diffstat (limited to 'test/core')
-rw-r--r-- | test/core/XMLTest.cpp | 2 |
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" |