diff options
Diffstat (limited to 'test/srt_subtitle_test.cc')
| -rw-r--r-- | test/srt_subtitle_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc index 4920f0be5..759c2720c 100644 --- a/test/srt_subtitle_test.cc +++ b/test/srt_subtitle_test.cc @@ -69,7 +69,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test2) content->set_use_subtitles (true); content->set_burn_subtitles (false); /* Use test/data/subrip2.srt as if it were a font file */ - content->fonts().front()->set_file ("test/data/subrip2.srt"); + content->fonts().front()->set_file (FontFiles::NORMAL, "test/data/subrip2.srt"); film->make_dcp (); wait_for_jobs (); |
