diff options
| author | MarcoFalke <[email protected]> | 2019-09-26 09:14:19 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-10-09 11:20:12 -0400 |
| commit | fae43a97ca947cd0802392e9bb86d9d0572c0fba (patch) | |
| tree | ef72f69f145352b6c0a0a03cc5401711321e1e1b /src/test/bloom_tests.cpp | |
| parent | Merge #16577: util: CBufferedFile fixes and unit test (diff) | |
| download | discoin-fae43a97ca947cd0802392e9bb86d9d0572c0fba.tar.xz discoin-fae43a97ca947cd0802392e9bb86d9d0572c0fba.zip | |
test: Seed test RNG context for each test case, print seed
Diffstat (limited to 'src/test/bloom_tests.cpp')
| -rw-r--r-- | src/test/bloom_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index 442149400..8ab6da3ce 100644 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -461,7 +461,7 @@ static std::vector<unsigned char> RandomData() BOOST_AUTO_TEST_CASE(rolling_bloom) { - SeedInsecureRand(/* deterministic */ true); + SeedInsecureRand(SeedRand::ZEROS); g_mock_deterministic_tests = true; // last-100-entry, 1% false positive: |