diff options
Diffstat (limited to 'test/recover_test.cc')
| -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); |
