diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 16:22:08 +0100 |
| commit | e520f1009eaa552c7b3931ced85c0f19d8aff554 (patch) | |
| tree | bf992eab88f0691e5bc336895656ff91cb5f233e /test/error_test.cc | |
| parent | 8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff) | |
No-op: whitespace.
Diffstat (limited to 'test/error_test.cc')
| -rw-r--r-- | test/error_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/error_test.cc b/test/error_test.cc index eeff4f41..854cf305 100644 --- a/test/error_test.cc +++ b/test/error_test.cc @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (error_test) /* Trying to create video/audio MXFs using a non-existant file should throw an exception */ libdcp::MonoPictureAsset pa ("build/test/fred", "video.mxf"); BOOST_CHECK_THROW (pa.create (p), libdcp::FileError); - + libdcp::SoundAsset sa ("build/test/fred", "audio.mxf"); sa.set_channels (1); BOOST_CHECK_THROW (sa.create (p), libdcp::FileError); |
