Fix rebase onto 1.0.
[libdcp.git] / test / test.h
index bc6baccdd43d1be6eba6112979aefae5f53e4c4c..4c941023b1ca2d6071a3d71c29d2dfdfaeddc93e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 */
 
-extern std::string test_corpus;
+namespace xmlpp {
+       class Element;
+}
+
+extern boost::filesystem::path private_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);