summaryrefslogtreecommitdiff
path: root/test/remake_id_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/remake_id_test.cc')
-rw-r--r--test/remake_id_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/remake_id_test.cc b/test/remake_id_test.cc
index 0673a4283..579a711a8 100644
--- a/test/remake_id_test.cc
+++ b/test/remake_id_test.cc
@@ -69,7 +69,8 @@ BOOST_AUTO_TEST_CASE (remake_id_test2)
/* Make a DCP */
auto content = content_factory("test/data/flat_red.png");
auto film = new_test_film("remake_id_test2_1", content);
- film->set_encrypted (true);
+ film->set_encrypt_picture(true);
+ film->set_encrypt_sound(true);
make_and_verify_dcp (film);
/* Remove and remake it */