summaryrefslogtreecommitdiff
path: root/test/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.cc')
-rw-r--r--test/test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.cc b/test/test.cc
index 6a359aeb..497120d4 100644
--- a/test/test.cc
+++ b/test/test.cc
@@ -260,14 +260,14 @@ check_file (boost::filesystem::path ref, boost::filesystem::path check)
RNGFixer::RNGFixer ()
{
- Kumu::cth_test = true;
+ Kumu::dcpomatic_test = true;
Kumu::FortunaRNG().Reset();
}
RNGFixer::~RNGFixer ()
{
- Kumu::cth_test = false;
+ Kumu::dcpomatic_test = false;
}