summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/subrip_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subrip_test.cc b/test/subrip_test.cc
index 1b207c3c6..84ad7f25d 100644
--- a/test/subrip_test.cc
+++ b/test/subrip_test.cc
@@ -193,7 +193,7 @@ BOOST_AUTO_TEST_CASE (subrip_render_test)
list<ContentTextSubtitle> cts = decoder->get_text_subtitles (
ContentTimePeriod (
ContentTime::from_seconds (109), ContentTime::from_seconds (110)
- )
+ ), false
);
BOOST_CHECK_EQUAL (cts.size(), 1);