diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-07-29 02:26:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-07-29 02:26:34 +0200 |
| commit | 430825272e1a6cf266a184afe5acc0fa9811fff8 (patch) | |
| tree | e2bdf7d8b441ae5818264c6b53675c40fba2055f /test/test.h | |
| parent | 67f39ff3eebb5ac727324b12130ff9cc262e9ffa (diff) | |
Don't check sound assets in some tests.
When fiddling with MXF channel counts it makes a lot of tests fail
that probably don't need to.
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.h b/test/test.h index 01ddb1987..c586b1ac0 100644 --- a/test/test.h +++ b/test/test.h @@ -59,7 +59,7 @@ private: extern bool wait_for_jobs (); 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, boost::filesystem::path, bool sound_can_differ = false); 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_text_file (boost::filesystem::path ref, boost::filesystem::path check); |
