Extract examine_subtitle_nodes into its own method.
[libdcp.git] / test / test.h
index 433dad224643e063ec8754fd998c6b8f1520fbb2..d9860687226028bdfeec3abfb8c4d03ec580b1b5 100644 (file)
 
 */
 
+#include <boost/filesystem.hpp>
+
+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);
+extern void check_file (boost::filesystem::path ref, boost::filesystem::path check);