summaryrefslogtreecommitdiff
path: root/test/tests.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-18 18:46:58 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-18 18:46:58 +0100
commit781982ea9a78f88fef130dc08cd028b7e5f47937 (patch)
tree5132d1abeecd40814b06d148bfd126b3b48b2604 /test/tests.cc
parent56782052e43a1e010f7f07cbc0dbaed5b6cb50a3 (diff)
A few encryption-related fixes and comments.
Diffstat (limited to 'test/tests.cc')
-rw-r--r--test/tests.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/tests.cc b/test/tests.cc
index 2543d025..42198abd 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -84,11 +84,11 @@ static string test_corpus = "../libdcp-test";
#include "recovery_test.cc"
#include "certificates_test.cc"
-//BOOST_AUTO_TEST_CASE (crypt_chain)
-//{
-// boost::filesystem::remove_all ("build/test/crypt");
-// boost::filesystem::create_directory ("build/test/crypt");
-// libdcp::make_crypt_chain ("build/test/crypt");
-//}
+BOOST_AUTO_TEST_CASE (crypt_chain)
+{
+ boost::filesystem::remove_all ("build/test/crypt");
+ boost::filesystem::create_directory ("build/test/crypt");
+ libdcp::make_crypt_chain ("build/test/crypt");
+}
-//#include "encryption_test.cc"
+#include "encryption_test.cc"