Merge master.
[dcpomatic.git] / test / test.h
index 8b302b1199794bf7c2b06e5556e091b0c2629681..57ea32c5792d6a59e8000b4ffe9f327f0d60e89c 100644 (file)
 class Film;
 class Image;
 
+extern boost::filesystem::path private_data;
+
 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_file (std::string ref, std::string check);
+extern void check_dcp (boost::filesystem::path, boost::filesystem::path);
+extern void check_file (boost::filesystem::path ref, boost::filesystem::path check);
 extern void check_xml (boost::filesystem::path, boost::filesystem::path, std::list<std::string>);
+extern void check_file (boost::filesystem::path, boost::filesystem::path);
 extern boost::filesystem::path test_film_dir (std::string);
 extern void write_image (boost::shared_ptr<const Image> image, boost::filesystem::path file);