summaryrefslogtreecommitdiff
path: root/test/import_dcp_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-14 23:27:27 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-14 23:28:26 +0000
commit142f688c0ebb6938ef2d7f2b7e7c859d12af7e23 (patch)
treeb84200a319a599f9d80b6e1fa6b46b16a64dde76 /test/import_dcp_test.cc
parentfbdefe5be361c73a463c3bbe27a7e93a422435b3 (diff)
Build fixes.
Diffstat (limited to 'test/import_dcp_test.cc')
-rw-r--r--test/import_dcp_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/import_dcp_test.cc b/test/import_dcp_test.cc
index 403c1c992..775752c5c 100644
--- a/test/import_dcp_test.cc
+++ b/test/import_dcp_test.cc
@@ -66,7 +66,8 @@ BOOST_AUTO_TEST_CASE (import_dcp_test)
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::MODIFIED_TRANSITIONAL_1
+ dcp::MODIFIED_TRANSITIONAL_1,
+ true, 0
);
shared_ptr<Film> B = new_test_film ("import_dcp_test2");