diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 09:55:20 +0100 |
| commit | 3ac1487997a968278c69728bd5eaa5dcf03b66ca (patch) | |
| tree | dd487956bfe7458826ae7b23e8c8c30f8091bfac /test/kdm_test.cc | |
| parent | 331b2f8297b2b8a6db07a22dbbff7f913fe7a2f1 (diff) | |
Some comments and test tweaks.
Diffstat (limited to 'test/kdm_test.cc')
| -rw-r--r-- | test/kdm_test.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/kdm_test.cc b/test/kdm_test.cc index c2d40b3b..4051a44a 100644 --- a/test/kdm_test.cc +++ b/test/kdm_test.cc @@ -27,6 +27,7 @@ using std::list; using std::stringstream; using boost::shared_ptr; +/** Check reading and decryption of a KDM */ BOOST_AUTO_TEST_CASE (kdm_test) { dcp::DecryptedKDM kdm ( @@ -49,7 +50,7 @@ BOOST_AUTO_TEST_CASE (kdm_test) BOOST_CHECK_EQUAL (keys.back().key().hex(), "5327fb7ec2e807bd57059615bf8a169d"); } -/* Check that we can read in a KDM and then write it back out again the same */ +/** Check that we can read in a KDM and then write it back out again the same */ BOOST_AUTO_TEST_CASE (kdm_passthrough_test) { dcp::EncryptedKDM kdm ( |
