diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-31 00:03:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-11-05 00:43:19 +0100 |
| commit | e8ce097ce705446c27b51199a321a9918deaa0db (patch) | |
| tree | 0a52cbc9c52791d453fa4bd478609aedde98c831 /test/remake_id_test.cc | |
| parent | ef65a179e8c907029d0d9254863d4884581f3d60 (diff) | |
Allow specification of which parts of the DCP to encrypt (#3099).
Diffstat (limited to 'test/remake_id_test.cc')
| -rw-r--r-- | test/remake_id_test.cc | 3 |
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 */ |
