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:
arseny.kapoulkine 2010-09-13 18:58:42 +00:00
parent 000b421873
commit 72bc1f0807

View file

@ -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);
}