Try to fix unit tests.
authorCarl Hetherington <cth@carlh.net>
Wed, 22 May 2019 19:33:45 +0000 (19:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 May 2019 19:33:45 +0000 (19:33 +0000)
test/threed_test.cc

index 6d0524d7250d5f04f76fd501c349521f1f9271f4..f0ee13c9a0ea093a79556cf2b4dcda87c3515b5b 100644 (file)
@@ -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 ();
 }