diff --git a/source/tools/atlas/AtlasObject/tests/test_AtlasObjectXML.h b/source/tools/atlas/AtlasObject/tests/test_AtlasObjectXML.h index 7ddcf36102..f30da843e7 100644 --- a/source/tools/atlas/AtlasObject/tests/test_AtlasObjectXML.h +++ b/source/tools/atlas/AtlasObject/tests/test_AtlasObjectXML.h @@ -113,9 +113,9 @@ public: void test_parse_unicode() { try_parse_save( - "ሴ\xE1\x88\xB4", + "ሴ\xE1\x88\xB4", "\n" - "\xE1\x88\xB4\xE1\x88\xB4\n" + "\xE1\x88\xB4\xE1\x88\xB4\n" ); } @@ -131,9 +131,9 @@ public: void test_parse_iso88591() { try_parse_save( - "ሴ\xE1\x88\xB4", + "ሴ\xE1\x88\xB4", "\n" - "\xE1\x88\xB4\xC3\xA1\xC2\x88\xC2\xB4\n" + "\xE1\x88\xB4\xC3\xA1\xC2\x88\xC2\xB4\n" ); }