diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-20 16:55:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-22 10:33:45 +0200 |
| commit | c95ba3eb99c5e4d6dca90cee7e5bb9077b6ed02c (patch) | |
| tree | 82857f50135db65c8750e9e4492536d4639e0a91 /test/dcp_examiner_test.cc | |
| parent | e3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff) | |
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/dcp_examiner_test.cc')
| -rw-r--r-- | test/dcp_examiner_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dcp_examiner_test.cc b/test/dcp_examiner_test.cc index 7275a33c7..6efbd1bbc 100644 --- a/test/dcp_examiner_test.cc +++ b/test/dcp_examiner_test.cc @@ -34,13 +34,13 @@ using std::make_shared; BOOST_AUTO_TEST_CASE(check_examine_vfs) { auto image = content_factory("test/data/scope_red.png")[0]; - auto ov = new_test_film2("check_examine_vfs_ov", { image }); + auto ov = new_test_film("check_examine_vfs_ov", { image }); ov->set_container(Ratio::from_id("239")); make_and_verify_dcp(ov); auto ov_dcp = make_shared<DCPContent>(ov->dir(ov->dcp_name())); auto second_reel = content_factory("test/data/scope_red.png")[0]; - auto vf = new_test_film2("check_examine_vfs_vf", { ov_dcp, second_reel }); + auto vf = new_test_film("check_examine_vfs_vf", { ov_dcp, second_reel }); vf->set_container(Ratio::from_id("239")); vf->set_reel_type(ReelType::BY_VIDEO_CONTENT); ov_dcp->set_reference_video(true); |
