Remove swaroop variant.
[dcpomatic.git] / test / recover_test.cc
index 9c1ed7e66e0d7f1172882a26e3843f05c4ad4d78..01afa5e92b13406c0e174d965e4885d0514a83be 100644 (file)
@@ -20,7 +20,7 @@
 
 /** @file  test/recover_test.cc
  *  @brief Test recovery of a DCP transcode after a crash.
- *  @ingroup specific
+ *  @ingroup feature
  */
 
 #include "test.h"
@@ -38,6 +38,9 @@
 using std::cout;
 using std::string;
 using boost::shared_ptr;
+#if BOOST_VERSION >= 106100
+using namespace boost::placeholders;
+#endif
 
 static void
 note (dcp::NoteType t, string n)
@@ -125,7 +128,7 @@ BOOST_AUTO_TEST_CASE (recover_test_2d_encrypted, * boost::unit_test::depends_on(
        film->set_container (Ratio::from_id ("185"));
        film->set_name ("recover_test");
        film->set_encrypted (true);
-       film->set_key (dcp::Key("eafcb91c9f5472edf01f3a2404c57258"));
+       film->_key = dcp::Key("eafcb91c9f5472edf01f3a2404c57258");
 
        shared_ptr<FFmpegContent> content (new FFmpegContent("test/data/count300bd24.m2ts"));
        film->examine_and_add_content (content);