Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / test / video_mxf_content_test.cc
index f110062d1706833c34b0feedccf12efbba00b545..f4f2adab0ffbe74e2b5be0bf7eb46dd0f611f378 100644 (file)
@@ -41,7 +41,7 @@ using std::shared_ptr;
 using std::dynamic_pointer_cast;
 
 
-static boost::filesystem::path ref_mxf = "test/data/scaling_test_185_185/j2c_74b946f4-1c33-4209-b639-b834de675eac.mxf";
+static boost::filesystem::path ref_mxf = "test/data/scaling_test_185_185/j2c_6a2ffab1-9ea5-4428-9027-9d458363c95f.mxf";
 
 
 static void note (dcp::NoteType, std::string)
@@ -63,7 +63,13 @@ BOOST_AUTO_TEST_CASE (video_mxf_content_test)
        BOOST_REQUIRE (check);
        film->examine_and_add_content (content);
        BOOST_REQUIRE (!wait_for_jobs());
-       make_and_verify_dcp (film, { dcp::VerificationNote::Code::MISSING_FFEC_IN_FEATURE, dcp::VerificationNote::Code::MISSING_FFMC_IN_FEATURE });
+       make_and_verify_dcp (
+               film,
+               {
+                       dcp::VerificationNote::Code::MISSING_FFEC_IN_FEATURE,
+                       dcp::VerificationNote::Code::MISSING_FFMC_IN_FEATURE,
+                       dcp::VerificationNote::Code::INVALID_JPEG2000_GUARD_BITS_FOR_2K
+               });
 
        auto ref = make_shared<dcp::MonoPictureAsset>(ref_mxf);
        boost::filesystem::directory_iterator i ("build/test/video_mxf_content_test/video");