summaryrefslogtreecommitdiff
path: root/test/tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.cc')
-rw-r--r--test/tests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.cc b/test/tests.cc
index ec7cc688..11f8a7ee 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (dcp_test)
t->company_name = "OpenDCP";
t->product_name = "OpenDCP";
t->product_version = "0.0.25";
-
+ t->issue_date = "2012-07-17T04:32:07+00:00";
filesystem::remove_all ("build/test/foo");
filesystem::create_directories ("build/test/foo");
libdcp::DCP d ("build/test/foo", "A Test DCP", libdcp::DCP::FEATURE, 24, 24);