diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-19 10:18:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-19 10:19:05 +0100 |
| commit | 15bcb600d6cca2f880e62810ab7ddfe3f896a390 (patch) | |
| tree | 0dd1ec9ff518e77948bf5b769eb27df22a7c5149 /test | |
| parent | 8f20282208b6074048516bc80bc79f22a82d6e5a (diff) | |
FIXME: hack out parts that don't work.asdcp-master
Diffstat (limited to 'test')
| -rw-r--r-- | test/recovery_test.cc | 2 | ||||
| -rw-r--r-- | test/test.cc | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/recovery_test.cc b/test/recovery_test.cc index 94d5e0b8..52d576cc 100644 --- a/test/recovery_test.cc +++ b/test/recovery_test.cc @@ -80,7 +80,7 @@ BOOST_AUTO_TEST_CASE (recovery) fclose (f); } - Kumu::ResetTestRNG (); + // Kumu::ResetTestRNG (); mp = make_shared<dcp::MonoPictureAsset>(dcp::Fraction (24, 1), dcp::Standard::SMPTE); writer = mp->start_write ("build/test/baz/video2.mxf", true); diff --git a/test/test.cc b/test/test.cc index 5d0da302..4a8a55d0 100644 --- a/test/test.cc +++ b/test/test.cc @@ -249,14 +249,14 @@ check_file (boost::filesystem::path ref, boost::filesystem::path check) RNGFixer::RNGFixer () { - Kumu::cth_test = true; - Kumu::FortunaRNG().Reset(); + Kumu::test_fix_rng = true; + // Kumu::FortunaRNG().Reset(); } RNGFixer::~RNGFixer () { - Kumu::cth_test = false; + Kumu::test_fix_rng = false; } |
