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