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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue