summaryrefslogtreecommitdiff
path: root/test/tests.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-17 17:25:18 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-17 17:25:18 +0100
commit1c22ef308a1d62b4c6935ede8233b1fea082b0ca (patch)
treec3d8e8321e4b1aa09cce056d5a35da908a0ae3d9 /test/tests.cc
parent0e7591e3bf95d4abe08d854850b6fc4e411586b0 (diff)
Various test hackery.
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 11f8a7ee..41811b1e 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";
+ t->issue_date = "2012-07-17T04:45:18+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);