summaryrefslogtreecommitdiff
path: root/test/recovery_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-02 17:49:32 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-04 19:37:38 +0200
commit784020963f518aaba48b18b3fcff55d5c28a1f28 (patch)
tree7055f3f6c421431ee21c83caf080848daedbfdec /test/recovery_test.cc
parent5316c4b7ba275dc6a8f4d2179dd22ad3c8dc42b5 (diff)
Make some tests repeatable across platforms.
Diffstat (limited to 'test/recovery_test.cc')
-rw-r--r--test/recovery_test.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/recovery_test.cc b/test/recovery_test.cc
index 1f76b964..62cb961a 100644
--- a/test/recovery_test.cc
+++ b/test/recovery_test.cc
@@ -77,9 +77,7 @@ BOOST_AUTO_TEST_CASE (recovery)
fclose (f);
}
-#ifndef LIBDCP_WINDOWS
Kumu::ResetTestRNG ();
-#endif
mp = make_shared<dcp::MonoPictureAsset>(dcp::Fraction (24, 1), dcp::Standard::SMPTE);
writer = mp->start_write ("build/test/baz/video2.mxf", true);