X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fscaling_test.cc;h=b6b38e1260e58ec4f98385a1f2f788c623eb842b;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=105683ad1aea88d802fea9c0449085cb43bb2871;hpb=387304bc9147933b68eda2b38ba8cac0d250e87e;p=dcpomatic.git diff --git a/test/scaling_test.cc b/test/scaling_test.cc index 105683ad1..b6b38e126 100644 --- a/test/scaling_test.cc +++ b/test/scaling_test.cc @@ -63,15 +63,21 @@ BOOST_AUTO_TEST_CASE (scaling_test) film->examine_and_add_content (imc); wait_for_jobs (); - + imc->set_video_length (1); + /* F-133: 133 image in a flat container */ scaling_test_for (film, imc, "133", "185"); + /* F: flat image in a flat container */ scaling_test_for (film, imc, "185", "185"); + /* F-S: scope image in a flat container */ scaling_test_for (film, imc, "239", "185"); + /* S-133: 133 image in a scope container */ scaling_test_for (film, imc, "133", "239"); + /* S-F: flat image in a scope container */ scaling_test_for (film, imc, "185", "239"); + /* S: scope image in a scope container */ scaling_test_for (film, imc, "239", "239"); }