summaryrefslogtreecommitdiff
path: root/test/bv20_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/bv20_test.cc')
-rw-r--r--test/bv20_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bv20_test.cc b/test/bv20_test.cc
index 7f4e98aa7..d41868601 100644
--- a/test/bv20_test.cc
+++ b/test/bv20_test.cc
@@ -72,7 +72,7 @@ BOOST_AUTO_TEST_CASE(bv21_extensions_used_when_not_limited)
{
auto picture = content_factory("test/data/flat_red.png");
auto sound = content_factory("test/data/sine_440.wav");
- auto film = new_test_film2("bv21_extensions_used_when_not_limited", { picture.front(), sound.front() });
+ auto film = new_test_film("bv21_extensions_used_when_not_limited", { picture.front(), sound.front() });
make_and_verify_dcp(film);
@@ -85,7 +85,7 @@ BOOST_AUTO_TEST_CASE(bv21_extensions_not_used_when_limited)
{
auto picture = content_factory("test/data/flat_red.png");
auto sound = content_factory("test/data/sine_440.wav");
- auto film = new_test_film2("bv21_extensions_not_used_when_limited", { picture.front(), sound.front () });
+ auto film = new_test_film("bv21_extensions_not_used_when_limited", { picture.front(), sound.front () });
film->set_limit_to_smpte_bv20(true);
make_and_verify_dcp(film);