Merge branch '1.0' into 1.0-seek
[dcpomatic.git] / test / test.h
index e49dfc276fb58db43109bf27cb360354e28b734a..c582966655ddc6c6ed4b6f8e2ceb0cefb14f240f 100644 (file)
@@ -23,6 +23,6 @@ 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_dcp (boost::filesystem::path, boost::filesystem::path);
 extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>);
 extern boost::filesystem::path test_film_dir (std::string);