As I understand it all SMPTE subtitles are MXF-wrapped.
[libdcp.git] / test / test.h
index c5ae5268fb90b30a0d0113684abdc45f25f1d462..62a4c9429b9b8b67efa3787a71a19f1e998ced37 100644 (file)
 
 */
 
+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);