tests: Fix PUGIXML_WCHAR_MODE build
git-svn-id: https://pugixml.googlecode.com/svn/trunk@1017 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
27109cd626
commit
53550424d9
@ -415,12 +415,12 @@ TEST(write_stackless)
|
||||
std::basic_string<pugi::char_t> data;
|
||||
|
||||
for (unsigned int i = 0; i < count; ++i)
|
||||
data += "<a>";
|
||||
data += STR("<a>");
|
||||
|
||||
data += "text";
|
||||
data += STR("text");
|
||||
|
||||
for (unsigned int i = 0; i < count; ++i)
|
||||
data += "</a>";
|
||||
data += STR("</a>");
|
||||
|
||||
xml_document doc;
|
||||
CHECK(doc.load(data.c_str()));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user