Handle translation correctly for the warning about wiping a drive (#2415).
[dcpomatic.git] / test / ffmpeg_decoder_error_test.cc
index b595543dccfc41dc07307cc196a10a62f38e11c7..2774d0ef4c22276e5342e6e1c1ddcfaab46bb1a3 100644 (file)
@@ -29,7 +29,7 @@
 
 /** @defgroup regression Regression tests */
 
-/** @file  test/ffmpeg_decoder_erro_test.cc
+/** @file  test/ffmpeg_decoder_error_test.cc
  *  @brief Check some bugs in the FFmpegDecoder
  *  @ingroup regression
  */
@@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (check_exception_during_flush)
        auto content = content_factory(TestPaths::private_data() / "3d_thx_broadway_2010_lossless.m2ts");
        auto film = new_test_film2 ("check_exception_during_flush", content);
 
-       content[0]->set_trim_start(dcpomatic::ContentTime(2310308));
+       content[0]->set_trim_start(film, dcpomatic::ContentTime(2310308));
        content[0]->set_trim_end(dcpomatic::ContentTime(116020));
 
        make_and_verify_dcp (film);