From: Carl Hetherington Date: Sat, 26 Aug 2023 17:45:02 +0000 (+0200) Subject: Fix tests when changing the cinemas file. X-Git-Tag: v2.16.63~9 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=e71e6d33210e4a4c7d7841d0d5d8e906e00bb82f Fix tests when changing the cinemas file. --- diff --git a/test/data b/test/data index 458039190..fd0d1c8ef 160000 --- a/test/data +++ b/test/data @@ -1 +1 @@ -Subproject commit 458039190c4f669acea5663441979f6da2987156 +Subproject commit fd0d1c8ef46a4b3ad45ed773fa58069a7fb1737a diff --git a/test/test.cc b/test/test.cc index 402894cb1..d9ab2d60b 100644 --- a/test/test.cc +++ b/test/test.cc @@ -135,6 +135,7 @@ setup_test_config () decryption->set_key(dcp::file_to_string("test/data/decryption_key")); Config::instance()->set_decryption_chain (decryption); Config::instance()->set_dcp_asset_filename_format(dcp::NameFormat("%t")); + Config::instance()->set_cinemas_file("test/data/empty_cinemas.xml"); }