summaryrefslogtreecommitdiff
path: root/test/time_calculation_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-20 16:55:57 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-22 10:33:45 +0200
commitc95ba3eb99c5e4d6dca90cee7e5bb9077b6ed02c (patch)
tree82857f50135db65c8750e9e4492536d4639e0a91 /test/time_calculation_test.cc
parente3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff)
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/time_calculation_test.cc')
-rw-r--r--test/time_calculation_test.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/time_calculation_test.cc b/test/time_calculation_test.cc
index e638cefa0..0e09ae2c3 100644
--- a/test/time_calculation_test.cc
+++ b/test/time_calculation_test.cc
@@ -132,7 +132,7 @@ static string const xml = "<Content>"
BOOST_AUTO_TEST_CASE (ffmpeg_time_calculation_test)
{
- auto film = new_test_film2("ffmpeg_time_calculation_test");
+ auto film = new_test_film("ffmpeg_time_calculation_test");
auto doc = make_shared<cxml::Document>();
doc->read_string (xml);
@@ -186,7 +186,7 @@ BOOST_AUTO_TEST_CASE (ffmpeg_time_calculation_test)
/** Test Player::dcp_to_content_video */
BOOST_AUTO_TEST_CASE (player_time_calculation_test1)
{
- auto film = new_test_film2("player_time_calculation_test1");
+ auto film = new_test_film("player_time_calculation_test1");
auto doc = make_shared<cxml::Document>();
doc->read_string (xml);
@@ -392,7 +392,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test1)
/** Test Player::content_video_to_dcp */
BOOST_AUTO_TEST_CASE (player_time_calculation_test2)
{
- auto film = new_test_film2("player_time_calculation_test2");
+ auto film = new_test_film("player_time_calculation_test2");
auto doc = make_shared<cxml::Document>();
doc->read_string (xml);
@@ -568,7 +568,7 @@ BOOST_AUTO_TEST_CASE (player_time_calculation_test2)
/** Test Player::dcp_to_content_audio */
BOOST_AUTO_TEST_CASE (player_time_calculation_test3)
{
- auto film = new_test_film2("player_time_calculation_test3");
+ auto film = new_test_film("player_time_calculation_test3");
auto doc = make_shared<cxml::Document>();
doc->read_string (xml);