summaryrefslogtreecommitdiff
path: root/test/read_dcp_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-07 00:39:15 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-07 00:39:15 +0100
commit932b942a51bef4e2dd2de9f83aa5b68ad07f60f9 (patch)
tree40f81e0b4b2e04f46bab243e9c94ff24b8bcb2ef /test/read_dcp_test.cc
parent4313456938d34d93239194e914b82e7a5ae14c1c (diff)
Working decryption via KDM.
Diffstat (limited to 'test/read_dcp_test.cc')
-rw-r--r--test/read_dcp_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/read_dcp_test.cc b/test/read_dcp_test.cc
index 026073a3..5e6827d1 100644
--- a/test/read_dcp_test.cc
+++ b/test/read_dcp_test.cc
@@ -23,7 +23,7 @@ BOOST_AUTO_TEST_CASE (read_dcp)
libdcp::DCP d ("test/ref/DCP/foo");
d.read ();
- list<shared_ptr<const libdcp::CPL> > cpls = d.cpls ();
+ list<shared_ptr<libdcp::CPL> > cpls = d.cpls ();
BOOST_CHECK_EQUAL (cpls.size(), 1);
BOOST_CHECK_EQUAL (cpls.front()->name(), "A Test DCP");