From 8d6c3c9ae554430582dcb016897e87f6d04d5d78 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 19 Sep 2013 20:44:42 +0100 Subject: Various encryption-related stuff. --- test/error_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/error_test.cc') 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 ); } -- cgit v1.2.3