Add assert() to ensure a test is finished.
authorCarl Hetherington <cth@carlh.net>
Wed, 30 Aug 2017 00:00:14 +0000 (01:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 30 Aug 2017 00:00:14 +0000 (01:00 +0100)
test/remake_with_subtitle_test.cc

index eb9ab568cdab883119aec8889c59c4d360e67030..0190e9837c0f4150c12500d288aead3bbee7eb7b 100644 (file)
@@ -44,4 +44,7 @@ BOOST_AUTO_TEST_CASE (remake_with_subtitle_test)
        content->subtitle->set_use (false);
        film->make_dcp ();
        BOOST_REQUIRE (!wait_for_jobs ());
+
+       /* Nothing is being checked here so this test is not complete */
+       DCPOMATIC_ASSERT (false);
 }