summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/audio_decoder_test.cc2
-rw-r--r--test/dcp_subtitle_test.cc1
2 files changed, 2 insertions, 1 deletions
diff --git a/test/audio_decoder_test.cc b/test/audio_decoder_test.cc
index 44d0d60f4..2c6794a76 100644
--- a/test/audio_decoder_test.cc
+++ b/test/audio_decoder_test.cc
@@ -65,7 +65,7 @@ public:
, _position (0)
{}
- bool pass ()
+ bool pass (PassReason, bool)
{
Frame const N = min (
Frame (2000),
diff --git a/test/dcp_subtitle_test.cc b/test/dcp_subtitle_test.cc
index d7d55e9c0..0e5f2d6ad 100644
--- a/test/dcp_subtitle_test.cc
+++ b/test/dcp_subtitle_test.cc
@@ -88,6 +88,7 @@ BOOST_AUTO_TEST_CASE (dcp_subtitle_within_dcp_test)
ContentTime::from_seconds (25),
ContentTime::from_seconds (26)
),
+ true,
true
);