summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-05-17 22:47:04 +0100
committerCarl Hetherington <cth@carlh.net>2017-05-17 22:47:04 +0100
commitd892e433ac6c14890b7f87052eda38556abb6b62 (patch)
treeaeec4c17432d4cbf942158b2e609a83f1e4bc93c /test
parentba150e9d1e5a195b25976ac2eba254e9ba43da9b (diff)
Respect _no_video and _no_audio when filling.
Diffstat (limited to 'test')
-rw-r--r--test/vf_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/vf_test.cc b/test/vf_test.cc
index ac8256be3..4abd12635 100644
--- a/test/vf_test.cc
+++ b/test/vf_test.cc
@@ -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 ()));