diff options
Diffstat (limited to 'test/read_interop_subtitle_test.cc')
| -rw-r--r-- | test/read_interop_subtitle_test.cc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/read_interop_subtitle_test.cc b/test/read_interop_subtitle_test.cc index 3ec70296..7febaab4 100644 --- a/test/read_interop_subtitle_test.cc +++ b/test/read_interop_subtitle_test.cc @@ -50,6 +50,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -73,6 +74,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), true, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -93,6 +95,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -116,6 +119,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, false, + false, dcp::Colour (255, 255, 255), 39, 1.0, @@ -139,6 +143,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test1) string ("theFontId"), false, true, + true, dcp::Colour (255, 255, 255), 39, 1.0, @@ -168,6 +173,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -188,6 +194,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -211,6 +218,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -231,6 +239,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -254,6 +263,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -274,6 +284,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -297,6 +308,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -317,6 +329,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -340,6 +353,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -360,6 +374,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -383,6 +398,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -403,6 +419,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -426,6 +443,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -446,6 +464,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -469,6 +488,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -489,6 +509,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), false, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -512,6 +533,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, @@ -532,6 +554,7 @@ BOOST_AUTO_TEST_CASE (read_interop_subtitle_test2) string ("theFont"), true, false, + false, dcp::Colour (255, 255, 255), 42, 1.0, |
