Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / test / vf_test.cc
index ac8256be37fa0d9e15a03ced55d88b76f540668e..4abd12635918c51fa24a74a6b18c5ec7150844fe 100644 (file)
@@ -112,8 +112,9 @@ BOOST_AUTO_TEST_CASE (vf_test2)
        dcp->set_reference_audio (true);
        shared_ptr<Content> sub = content_factory(vf, "test/data/subrip4.srt").front();
        vf->examine_and_add_content (sub);
+       DCPOMATIC_ASSERT (!wait_for_jobs ());
        vf->make_dcp ();
-       wait_for_jobs ();
+       DCPOMATIC_ASSERT (!wait_for_jobs ());
        vf->write_metadata ();
 
        dcp::DCP ov_c (ov->dir (ov->dcp_name ()));