diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-08-26 19:45:02 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-08-27 12:11:38 +0200 |
| commit | e71e6d33210e4a4c7d7841d0d5d8e906e00bb82f (patch) | |
| tree | 5e2f5264f302a1c0bb0ac81b3741f505f8d8d6dc /test/test.cc | |
| parent | 4d795ebc688f711e8ff3e475537a85e941326cca (diff) | |
Fix tests when changing the cinemas file.
Diffstat (limited to 'test/test.cc')
| -rw-r--r-- | test/test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |
