diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-02-26 20:07:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-02-26 20:07:00 +0100 |
| commit | ed696661eff88297b4ad51625d596248697b1891 (patch) | |
| tree | 8437ca81a6049c33ed2eb353f2a81dd1f6278511 /test/import_dcp_test.cc | |
| parent | 8f00a7b6568e37b82b2aca17ca316ca758c06a08 (diff) | |
Test fixes.
Diffstat (limited to 'test/import_dcp_test.cc')
| -rw-r--r-- | test/import_dcp_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index 3620a55c5..8107aa77a 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -100,6 +100,9 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) /* Should be 1s red, 1s green, 1s blue */ check_dcp ("test/data/import_dcp_test2", "build/test/import_dcp_test2/" + B->dcp_name()); + + /* Restore the reference decryption chain */ + setup_test_config (); } |
