diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-08-30 01:00:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-08-30 01:00:14 +0100 |
| commit | ba9663eae697ec16c3a4ee0fa029d705f0c298cc (patch) | |
| tree | 4e17e98ae6368b6ffaef3103ac8dee67f0ea8e53 | |
| parent | 9ba99535750e19c341f6ff535c6c8991658a8fbb (diff) | |
Add assert() to ensure a test is finished.
| -rw-r--r-- | test/remake_with_subtitle_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/remake_with_subtitle_test.cc b/test/remake_with_subtitle_test.cc index eb9ab568c..0190e9837 100644 --- a/test/remake_with_subtitle_test.cc +++ b/test/remake_with_subtitle_test.cc @@ -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); } |
