From 72bc1f0807f2f5a2c03ed150cf381a74e989c783 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 13 Sep 2010 18:58:42 +0000 Subject: tests: Fixed wchar mode tests git-svn-id: http://pugixml.googlecode.com/svn/trunk@723 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_xpath.cpp') diff --git a/tests/test_xpath.cpp b/tests/test_xpath.cpp index 1c1d413..0f8149f 100644 --- a/tests/test_xpath.cpp +++ b/tests/test_xpath.cpp @@ -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); } -- cgit v1.2.3