summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-19 10:18:55 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-19 10:19:05 +0100
commit15bcb600d6cca2f880e62810ab7ddfe3f896a390 (patch)
tree0dd1ec9ff518e77948bf5b769eb27df22a7c5149 /test/test.cc
parent8f20282208b6074048516bc80bc79f22a82d6e5a (diff)
FIXME: hack out parts that don't work.asdcp-master
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc6
1 files changed, 3 insertions, 3 deletions
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;
}