summaryrefslogtreecommitdiff
path: root/test/text_entry_point_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/text_entry_point_test.cc
parente3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff)
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/text_entry_point_test.cc')
-rw-r--r--test/text_entry_point_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/text_entry_point_test.cc b/test/text_entry_point_test.cc
index ce4f6148e..b48111782 100644
--- a/test/text_entry_point_test.cc
+++ b/test/text_entry_point_test.cc
@@ -56,7 +56,7 @@ BOOST_AUTO_TEST_CASE(test_text_entry_point)
/* Make a film and add the bad DCP, so that the examiner spots the problem */
auto dcp_content = make_shared<DCPContent>(path / "dcp");
- auto film = new_test_film2("test_text_entry_point/film", { dcp_content });
+ auto film = new_test_film("test_text_entry_point/film", { dcp_content });
film->write_metadata();
/* Reload the film to check that the examiner's output is saved and recovered */