diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-01-17 17:11:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-01-17 17:11:32 +0000 |
| commit | 41fc6e366ad3de85704c35961beaf539ab9ceb8b (patch) | |
| tree | 22c68206025af06f3915650d5feece76e57cbfc0 /test/kdm_test.cc | |
| parent | 394abae7986abf4438184a712f16dfbe3c2734da (diff) | |
namespace libdcp -> dcp.
Diffstat (limited to 'test/kdm_test.cc')
| -rw-r--r-- | test/kdm_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/kdm_test.cc b/test/kdm_test.cc index 0f0db031..f2ee9345 100644 --- a/test/kdm_test.cc +++ b/test/kdm_test.cc @@ -26,12 +26,12 @@ using boost::shared_ptr; BOOST_AUTO_TEST_CASE (kdm_test) { - libdcp::KDM kdm ( + dcp::KDM kdm ( "test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml", "test/data/private.key" ); - list<libdcp::KDMKey> keys = kdm.keys (); + list<dcp::KDMKey> keys = kdm.keys (); BOOST_CHECK_EQUAL (keys.size(), 2); @@ -51,7 +51,7 @@ BOOST_AUTO_TEST_CASE (kdm_test) /* Check that we can read in a KDM and then write it back out again the same */ BOOST_AUTO_TEST_CASE (kdm_passthrough_test) { - libdcp::xml::DCinemaSecurityMessage kdm ( + dcp::xml::DCinemaSecurityMessage kdm ( "test/data/kdm_TONEPLATES-SMPTE-ENC_.smpte-430-2.ROOT.NOT_FOR_PRODUCTION_20130706_20230702_CAR_OV_t1_8971c838.xml" ); |
