X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Ffind_missing_test.cc;h=51ae5800cb0506d431a8454c3fa2f50391f59407;hb=d5f5a9d9f5635f84a5e372181dea1c7cbb0ae732;hp=b235818101f2b38046a27a2fa969190c2a814a9b;hpb=5119f9d875cd59f0acf069b653784b676bc54548;p=dcpomatic.git diff --git a/test/find_missing_test.cc b/test/find_missing_test.cc index b23581810..51ae5800c 100644 --- a/test/find_missing_test.cc +++ b/test/find_missing_test.cc @@ -49,13 +49,13 @@ BOOST_AUTO_TEST_CASE (find_missing_test_with_single_files) /* Make a film with that content */ auto film = new_test_film2 (name + "_film", { - content_factory(content_dir / "A.png").front(), - content_factory(content_dir / "B.png").front(), - content_factory(content_dir / "C.png").front() + content_factory(content_dir / "A.png")[0], + content_factory(content_dir / "B.png")[0], + content_factory(content_dir / "C.png")[0] }); film->write_metadata (); - /* Move the content somewhere eles */ + /* Move the content somewhere else */ auto moved = path("build/test") / path(name + "_moved"); remove_all (moved); rename (content_dir, moved);