From a757fe63424074e9d3dfe7847a17bfe2b5fd93de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 18 Sep 2025 12:44:16 +0200 Subject: Rename check_one_frame -> check_one_frame_against_j2c --- test/remake_with_subtitle_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/remake_with_subtitle_test.cc') diff --git a/test/remake_with_subtitle_test.cc b/test/remake_with_subtitle_test.cc index 0528f8e75..b8b7a0f04 100644 --- a/test/remake_with_subtitle_test.cc +++ b/test/remake_with_subtitle_test.cc @@ -50,8 +50,8 @@ BOOST_AUTO_TEST_CASE (remake_with_subtitle_test) make_and_verify_dcp (film); #ifdef DCPOMATIC_OSX - check_one_frame(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs_mac.j2c"); + check_one_frame_against_j2c(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs_mac.j2c"); #else - check_one_frame(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs.j2c"); + check_one_frame_against_j2c(film->dir(film->dcp_name()), 325, TestPaths::private_data() / "v2.18.x" / "prophet_frame_325_no_subs.j2c"); #endif } -- cgit v1.2.3