summaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-06-11 19:21:16 +0200
committerCarl Hetherington <cth@carlh.net>2020-06-11 19:21:16 +0200
commit4584924f8d6d803d58cbd64c36f6f82ca20ff0d0 (patch)
tree8b0bd1ab7926ed5bb7bd4520a5dcd977c001e164 /test/test.h
parenta8d652b787b986ec5552816ec24367d98243f6fa (diff)
Run verification tests with a space in the XSD path to trigger an old bug.
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h
index 21df1ab5..69ed85be 100644
--- a/test/test.h
+++ b/test/test.h
@@ -24,6 +24,8 @@ namespace xmlpp {
}
extern boost::filesystem::path private_test;
+extern boost::filesystem::path xsd_test;
+
extern void check_xml (xmlpp::Element* ref, xmlpp::Element* test, std::list<std::string> ignore);
extern void check_xml (std::string ref, std::string test, std::list<std::string> ignore);
extern void check_file (boost::filesystem::path ref, boost::filesystem::path check);