diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/black_fill_test.cc | 3 | ||||
| -rw-r--r-- | test/time_calculation_test.cc | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/test/black_fill_test.cc b/test/black_fill_test.cc index e6f4b69ee..6da0b037a 100644 --- a/test/black_fill_test.cc +++ b/test/black_fill_test.cc @@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (black_fill_test) film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR")); film->set_name ("black_fill_test"); film->set_container (Ratio::from_id ("185")); - film->set_sequence_video (false); + film->set_sequence (false); shared_ptr<ImageContent> contentA (new ImageContent (film, "test/data/simple_testcard_640x480.png")); shared_ptr<ImageContent> contentB (new ImageContent (film, "test/data/simple_testcard_640x480.png")); @@ -68,4 +68,3 @@ BOOST_AUTO_TEST_CASE (black_fill_test) check_dcp (ref.string(), check.string()); } - diff --git a/test/time_calculation_test.cc b/test/time_calculation_test.cc index f11f0dc28..272d3edfe 100644 --- a/test/time_calculation_test.cc +++ b/test/time_calculation_test.cc @@ -152,7 +152,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test1) list<string> notes; shared_ptr<FFmpegContent> content (new FFmpegContent (film, doc, film->state_version(), notes)); - film->set_sequence_video (false); + film->set_sequence (false); film->add_content (content); shared_ptr<Player> player (new Player (film, film->playlist ())); @@ -357,7 +357,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test2) list<string> notes; shared_ptr<FFmpegContent> content (new FFmpegContent (film, doc, film->state_version(), notes)); - film->set_sequence_video (false); + film->set_sequence (false); film->add_content (content); shared_ptr<Player> player (new Player (film, film->playlist ())); @@ -534,7 +534,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test3) list<string> notes; shared_ptr<FFmpegContent> content (new FFmpegContent (film, doc, film->state_version(), notes)); AudioStreamPtr stream = content->audio_streams().front(); - film->set_sequence_video (false); + film->set_sequence (false); film->add_content (content); shared_ptr<Player> player (new Player (film, film->playlist ())); |
