From: Carl Hetherington Date: Wed, 22 May 2019 19:34:21 +0000 (+0100) Subject: Try to fix unit tests. X-Git-Tag: v2.15.6~33 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=d70ba328ded260bd1421619a73e8783d4a6671fd Try to fix unit tests. --- diff --git a/test/threed_test.cc b/test/threed_test.cc index 6d0524d72..f0ee13c9a 100644 --- a/test/threed_test.cc +++ b/test/threed_test.cc @@ -201,4 +201,8 @@ BOOST_AUTO_TEST_CASE (threed_test7) } BOOST_REQUIRE (failed); BOOST_CHECK_EQUAL (failed->error_summary(), "The content file test/data/red_24.mp4 is set as 3D but does not appear to contain 3D images. Please set it to 2D. You can still make a 3D DCP from this content by ticking the 3D option in the DCP video tab."); + + while (signal_manager->ui_idle ()) {} + + JobManager::drop (); }