summaryrefslogtreecommitdiff
path: root/tests/test_xpath_parse.cpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 20:57:42 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-08-29 20:57:42 +0000
commita0a28b1c05f65a9dd819e5582c4269cc6c35b1fd (patch)
tree9944c4d42e325bd04ffc297d0a3bdeaa0a362fd8 /tests/test_xpath_parse.cpp
parent9266af0664f41b50b7ec189f5b2d387a70429098 (diff)
tests: Fixed test warnings for MSVC10, slightly extended substring tests
git-svn-id: http://pugixml.googlecode.com/svn/trunk@707 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/test_xpath_parse.cpp')
-rw-r--r--tests/test_xpath_parse.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xpath_parse.cpp b/tests/test_xpath_parse.cpp
index aa148be..4f6f69d 100644
--- a/tests/test_xpath_parse.cpp
+++ b/tests/test_xpath_parse.cpp
@@ -180,6 +180,7 @@ TEST(xpath_parse_paths_valid)
}
}
+#if defined(PUGIXML_WCHAR_MODE) || !defined(PUGIXML_NO_STL)
TEST(xpath_parse_paths_valid_unicode)
{
// From ajaxslt
@@ -226,6 +227,7 @@ TEST(xpath_parse_paths_valid_unicode)
#endif
}
}
+#endif
TEST(xpath_parse_invalid)
{