diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-08 02:16:06 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-08 17:09:15 +0200 |
| commit | f330799459f44d031dc711b947dd2c0cc5a015a3 (patch) | |
| tree | bf88f9b620c6d88e350d73734e37ccf4c358eff0 /test | |
| parent | 8755ef75cb001cf7fba230ffa98fb40eb2547849 (diff) | |
Remove encryption key options (#1760).
Diffstat (limited to 'test')
| -rw-r--r-- | test/recover_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recover_test.cc b/test/recover_test.cc index 9c1ed7e66..ad7f475bc 100644 --- a/test/recover_test.cc +++ b/test/recover_test.cc @@ -125,7 +125,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d_encrypted, * boost::unit_test::depends_on( film->set_container (Ratio::from_id ("185")); film->set_name ("recover_test"); film->set_encrypted (true); - film->set_key (dcp::Key("eafcb91c9f5472edf01f3a2404c57258")); + film->_key = dcp::Key("eafcb91c9f5472edf01f3a2404c57258"); shared_ptr<FFmpegContent> content (new FFmpegContent("test/data/count300bd24.m2ts")); film->examine_and_add_content (content); |
