diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-17 16:33:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-17 16:33:43 +0100 |
| commit | 0e7591e3bf95d4abe08d854850b6fc4e411586b0 (patch) | |
| tree | e65ea79ca879d62051f46fae8686f71620a87d3e /test/tests.cc | |
| parent | eaac013b4e68dea48fb2c3070b7c7ca59dfd1b96 (diff) | |
Various testing tweaks.
Diffstat (limited to 'test/tests.cc')
| -rw-r--r-- | test/tests.cc | 2 |
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); |
