From d5ec98da90b81a57cc4c885facf320c2c9b3eb5b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 8 Apr 2026 23:37:10 +0200 Subject: Rename test. --- test/data | 2 +- test/image_content_fade_test.cc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/data b/test/data index 1b8cc12ba..fe6973d73 160000 --- a/test/data +++ b/test/data @@ -1 +1 @@ -Subproject commit 1b8cc12baa974939e806d70115a368b49d778af1 +Subproject commit fe6973d73602cff710f5ea2396a47074b21686d0 diff --git a/test/image_content_fade_test.cc b/test/image_content_fade_test.cc index 70d72871e..4586edb5d 100644 --- a/test/image_content_fade_test.cc +++ b/test/image_content_fade_test.cc @@ -31,9 +31,9 @@ using std::string; using std::list; -BOOST_AUTO_TEST_CASE (image_content_fade_test) +BOOST_AUTO_TEST_CASE(image_content_fade_in_test) { - auto film = new_test_film("image_content_fade_test"); + auto film = new_test_film("image_content_fade_in_test"); auto content = content_factory("test/data/flat_red.png")[0]; film->examine_and_add_content({content}); BOOST_REQUIRE (!wait_for_jobs()); @@ -45,5 +45,5 @@ BOOST_AUTO_TEST_CASE (image_content_fade_test) * differences in sound between the DCP and the reference to avoid test * failures for unrelated reasons. */ - check_dcp("test/data/image_content_fade_test", film->dir(film->dcp_name()), true); + check_dcp("test/data/image_content_fade_in_test", film->dir(film->dcp_name()), true); } -- cgit v1.2.3