test: Seed test RNG context for each test case, print seed

This commit is contained in:
MarcoFalke
2019-09-26 09:14:19 -04:00
parent ab765c2ec7
commit fae43a97ca
9 changed files with 46 additions and 15 deletions

View File

@@ -30,7 +30,6 @@ BOOST_FIXTURE_TEST_SUITE(pmt_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(pmt_test1)
{
SeedInsecureRand(false);
static const unsigned int nTxCounts[] = {1, 4, 7, 17, 56, 100, 127, 256, 312, 513, 1000, 4095};
for (int i = 0; i < 12; i++) {