tests: Fixed wchar mode tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@723 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
000b421873
commit
72bc1f0807
@ -290,7 +290,7 @@ TEST(xpath_large_node_set)
|
||||
xml_document doc;
|
||||
CHECK(doc.load_file("tests/data/large.xml"));
|
||||
|
||||
xpath_node_set ns = doc.select_nodes("//*");
|
||||
xpath_node_set ns = doc.select_nodes(STR("//*"));
|
||||
|
||||
CHECK(ns.size() == 10001);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user