diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-30 23:47:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-30 23:47:57 +0100 |
| commit | 9a9d4e014c16be88d72914a9480343445bc785a5 (patch) | |
| tree | 1857fcdd8963d51ac50f1467d9ae81d4d9be5f8e /test | |
| parent | 34a25d89b16a33b5f619ae0eaaa03c17f93980af (diff) | |
Various.
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests.cc b/test/tests.cc index bbd877ba..7e470f3e 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE (dcp_test) 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); + libdcp::DCP d ("build/test/foo", "A Test DCP", libdcp::FEATURE, 24, 24); d.add_picture_asset (sigc::ptr_fun (&j2c), 32, 32); d.add_sound_asset (sigc::ptr_fun (&wav), 2); @@ -68,7 +68,7 @@ BOOST_AUTO_TEST_CASE (dcp_test) BOOST_AUTO_TEST_CASE (error_test) { - libdcp::DCP d ("build/test/bar", "A Test DCP", libdcp::DCP::TEST, 24, 24); + libdcp::DCP d ("build/test/bar", "A Test DCP", libdcp::TEST, 24, 24); vector<string> p; p.push_back ("frobozz"); BOOST_CHECK_THROW (d.add_picture_asset (p, 32, 32), libdcp::FileError); |
