X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=test%2Fimport_dcp_test.cc;h=16ebfa454f14b32e81b1a4b7da320bed7c5c5e36;hp=71689f613c6f2663b377dcbc234079ce3d0275ed;hb=d0555983d175e76585b2409d982e09f444eab391;hpb=254b3044d72de6b033d7c584f5abd2b9aa70aad5 diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc index 71689f613..16ebfa454 100644 --- a/test/import_dcp_test.cc +++ b/test/import_dcp_test.cc @@ -64,12 +64,13 @@ BOOST_AUTO_TEST_CASE (import_dcp_test) Config::instance()->set_decryption_chain (shared_ptr (new dcp::CertificateChain (openssl_path ()))); + /* Dear future-carl: I suck! I thought you wouldn't still be running these tests in 2030! Sorry! */ dcp::EncryptedKDM kdm = A->make_kdm ( Config::instance()->decryption_chain()->leaf (), vector(), A_dcp.cpls().front()->file().get(), - dcp::LocalTime ("2014-07-21T00:00:00+00:00"), - dcp::LocalTime ("2024-07-21T00:00:00+00:00"), + dcp::LocalTime ("2030-07-21T00:00:00+00:00"), + dcp::LocalTime ("2031-07-21T00:00:00+00:00"), dcp::MODIFIED_TRANSITIONAL_1, true, 0 );