diff options
Diffstat (limited to 'test/error_test.cc')
| -rw-r--r-- | test/error_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/error_test.cc b/test/error_test.cc index 380363b4..5477ca5a 100644 --- a/test/error_test.cc +++ b/test/error_test.cc @@ -29,12 +29,12 @@ BOOST_AUTO_TEST_CASE (error_test) /* Trying to create video/audio MXFs using a non-existant file should throw an exception */ BOOST_CHECK_THROW ( - new libdcp::MonoPictureAsset (p, "build/test/fred", "video.mxf", &d.Progress, 24, 24, false, libdcp::Size (32, 32), false), + new libdcp::MonoPictureAsset (p, "build/test/fred", "video.mxf", &d.Progress, 24, 24, libdcp::Size (32, 32), false), libdcp::FileError ); BOOST_CHECK_THROW ( - new libdcp::SoundAsset (p, "build/test/fred", "audio.mxf", &d.Progress, 24, 24, false, false), + new libdcp::SoundAsset (p, "build/test/fred", "audio.mxf", &d.Progress, 24, 24, false), libdcp::FileError ); } |
