summaryrefslogtreecommitdiff
path: root/test/tests.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-18 01:45:50 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-18 01:45:50 +0100
commit5707835af6a7a232b18afbf3fa602e8074d69aaa (patch)
tree34f5dc7033d73993ac93025d74b5a0eba13efe01 /test/tests.cc
parent8650a58952f33bda2856ec089cd0f4590989178a (diff)
Extend previous test slightly.
Diffstat (limited to 'test/tests.cc')
-rw-r--r--test/tests.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/tests.cc b/test/tests.cc
index 20bc19f0..bbd877ba 100644
--- a/test/tests.cc
+++ b/test/tests.cc
@@ -72,4 +72,5 @@ BOOST_AUTO_TEST_CASE (error_test)
vector<string> p;
p.push_back ("frobozz");
BOOST_CHECK_THROW (d.add_picture_asset (p, 32, 32), libdcp::FileError);
+ BOOST_CHECK_THROW (d.add_sound_asset (p), libdcp::FileError);
}