summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/recovery_test.cc2
-rw-r--r--test/test.cc6
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;
}