summaryrefslogtreecommitdiff
path: root/test/dcp_examiner_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dcp_examiner_test.cc')
-rw-r--r--test/dcp_examiner_test.cc4
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);