diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-11 21:11:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-11 21:11:48 +0200 |
| commit | d4f3f5b44d5d42eaadc6fa3807648b6735d61758 (patch) | |
| tree | 80dc1bd02b4eb1b57d70bbd6a624dd879d2be766 /test/write_subtitle_test.cc | |
| parent | 7e99a348e6741287d839cdeb2612637504ed3576 (diff) | |
Hopefully make all tests stable enough to be run with --random,
stopping test reference churn.
Diffstat (limited to 'test/write_subtitle_test.cc')
| -rw-r--r-- | test/write_subtitle_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/write_subtitle_test.cc b/test/write_subtitle_test.cc index affc23c6..074068f4 100644 --- a/test/write_subtitle_test.cc +++ b/test/write_subtitle_test.cc @@ -330,6 +330,8 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test2) /* Write some subtitle content as Interop XML using bitmaps and check that it is right */ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3) { + RNGFixer fix; + shared_ptr<dcp::InteropSubtitleAsset> c (new dcp::InteropSubtitleAsset()); c->set_reel_number ("1"); c->set_language ("EN"); |
