Various fixes to make tests pass again.
[dcpomatic.git] / test / test.h
index 5c37f82d8e2987583b3944247bfb1bd9bb7b3060..e49dfc276fb58db43109bf27cb360354e28b734a 100644 (file)
@@ -24,4 +24,5 @@ class Film;
 extern void wait_for_jobs ();
 extern boost::shared_ptr<Film> new_test_film (std::string);
 extern void check_dcp (std::string, std::string);
+extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>);
 extern boost::filesystem::path test_film_dir (std::string);