diff options
Diffstat (limited to 'tests/test_xpath_xalan_2.cpp')
-rw-r--r-- | tests/test_xpath_xalan_2.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_xpath_xalan_2.cpp b/tests/test_xpath_xalan_2.cpp index 5edae69..4e8c10e 100644 --- a/tests/test_xpath_xalan_2.cpp +++ b/tests/test_xpath_xalan_2.cpp @@ -2,11 +2,13 @@ #ifndef PUGIXML_NO_XPATH -#include "common.hpp" +#include "test.hpp" #include <string> #include <algorithm> +using namespace pugi; + TEST_XML(xpath_xalan_string_1, "<doc a='test'>ENCYCLOPEDIA</doc>") { xml_node c; |