diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/read_interop_subtitle_test.cc | 6 |
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"); +} |
