From fc602fd37554f5e2d58fcee71a58e380d23d22d4 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Thu, 29 Oct 2009 07:17:30 +0000 Subject: tests: Supported all pugixml compilation modes git-svn-id: http://pugixml.googlecode.com/svn/trunk@191 99668b35-9821-0410-8761-19e4c4f06640 --- tests/test_xpath_operators.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/test_xpath_operators.cpp') diff --git a/tests/test_xpath_operators.cpp b/tests/test_xpath_operators.cpp index 08a54c4..8a83723 100644 --- a/tests/test_xpath_operators.cpp +++ b/tests/test_xpath_operators.cpp @@ -1,3 +1,5 @@ +#ifndef PUGIXML_NO_XPATH + #include "common.hpp" #if defined(_MSC_VER) && _MSC_VER == 1200 @@ -395,3 +397,5 @@ TEST(xpath_operators_boolean_precedence) CHECK_XPATH_BOOLEAN(c, "(3 > 2) > 1", false); CHECK_XPATH_BOOLEAN(c, "3 > (2 > 1)", true); } + +#endif -- cgit v1.2.3