summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-05-22 19:33:45 +0000
committerCarl Hetherington <cth@carlh.net>2019-05-22 19:33:45 +0000
commit629359a2c3eb1ff37d9bc53e260b00700267e8db (patch)
treeb1e1719673e913d4f911f83762a7a53790316b24
parent76a65671fa9a0414aac68c2879c55275d7d15ca8 (diff)
Try to fix unit tests.
-rw-r--r--test/threed_test.cc4
1 files changed, 4 insertions, 0 deletions
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 ();
}