summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-09 02:13:01 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-09 02:13:01 +0100
commit3a69e2805f4b2119194ba2357fa9895bf1ae147f (patch)
treead5e3eee08ad0651599e2e9cac38005d2aed397e /test
parentd630b7b1e1c77742ff131a7d0c9497f061f87142 (diff)
Store image subtitle ID in the object, rather than a separate map. Start of reading image subtitles.
Diffstat (limited to 'test')
-rw-r--r--test/read_interop_subtitle_test.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/read_interop_subtitle_test.cc b/test/read_interop_subtitle_test.cc
index c91ba03c..6997a9a3 100644
--- a/test/read_interop_subtitle_test.cc
+++ b/test/read_interop_subtitle_test.cc
@@ -595,3 +595,9 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2)
dcp::Time (0, 0, 0, 0, 250)
));
}
+
+/** And one with bitmap subtitles */
+BOOST_AUTO_TEST_CASE (read_interop_subtitle_test3)
+{
+ dcp::InteropSubtitleAsset subs ("test/data/subs3.xml");
+}