diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-27 21:16:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-27 21:17:39 +0100 |
| commit | 08cf432a8cc9bd0289e76bf684fb5264a7cfc7a7 (patch) | |
| tree | cad597ac6e13c5f37807713d7d95daacfc668746 /test/test.h | |
| parent | ed696661eff88297b4ad51625d596248697b1891 (diff) | |
Try to fix text-file-checking test on Windows.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.h b/test/test.h index a4b6bedd1..9d2262657 100644 --- a/test/test.h +++ b/test/test.h @@ -61,12 +61,12 @@ extern std::shared_ptr<Film> new_test_film (std::string); extern std::shared_ptr<Film> new_test_film2 (std::string, std::vector<std::shared_ptr<Content>> content = {}, Cleanup* cleanup = nullptr); extern void check_dcp (boost::filesystem::path, boost::filesystem::path); extern void check_dcp (boost::filesystem::path, std::shared_ptr<const Film>); -extern void check_file (boost::filesystem::path ref, boost::filesystem::path check); +extern void check_file (boost::filesystem::path ref, boost::filesystem::path check, bool binary_mode = true); +extern void check_text_file (boost::filesystem::path ref, boost::filesystem::path check); extern void check_wav_file (boost::filesystem::path ref, boost::filesystem::path check); extern void check_mxf_audio_file (boost::filesystem::path ref, boost::filesystem::path check); extern bool mxf_atmos_files_same (boost::filesystem::path ref, boost::filesystem::path check, bool verbose = false); 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 void check_ffmpeg (boost::filesystem::path, boost::filesystem::path, int audio_tolerance); extern void check_image (boost::filesystem::path, boost::filesystem::path, double threshold = 4); extern boost::filesystem::path test_film_dir (std::string); |
