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/empty_test.cc | |
| parent | e3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff) | |
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/empty_test.cc')
| -rw-r--r-- | test/empty_test.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/empty_test.cc b/test/empty_test.cc index b186954b3..922d6a5b1 100644 --- a/test/empty_test.cc +++ b/test/empty_test.cc @@ -55,7 +55,7 @@ has_video (shared_ptr<const Content> content) BOOST_AUTO_TEST_CASE (empty_test1) { - auto film = new_test_film2 ("empty_test1"); + auto film = new_test_film("empty_test1"); film->set_sequence (false); auto contentA = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); auto contentB = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); @@ -88,7 +88,7 @@ BOOST_AUTO_TEST_CASE (empty_test1) /** Some tests where the first empty period is not at time 0 */ BOOST_AUTO_TEST_CASE (empty_test2) { - auto film = new_test_film2 ("empty_test2"); + auto film = new_test_film("empty_test2"); film->set_sequence (false); auto contentA = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); auto contentB = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); @@ -127,7 +127,7 @@ BOOST_AUTO_TEST_CASE (empty_test2) /** Test for when the film's playlist is not the same as the one passed into Empty */ BOOST_AUTO_TEST_CASE (empty_test3) { - auto film = new_test_film2 ("empty_test3"); + auto film = new_test_film("empty_test3"); film->set_sequence (false); auto contentA = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); auto contentB = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); @@ -160,7 +160,7 @@ BOOST_AUTO_TEST_CASE (empty_test3) BOOST_AUTO_TEST_CASE (empty_test_with_overlapping_content) { - auto film = new_test_film2 ("empty_test_with_overlapping_content"); + auto film = new_test_film("empty_test_with_overlapping_content"); film->set_sequence (false); auto contentA = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); auto contentB = make_shared<ImageContent>("test/data/simple_testcard_640x480.png"); |
