diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 15660e6f..d146e261 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -35,7 +35,7 @@ JSON_TEST_FILES = \ test/data/g1_compressed.json \ test/data/g2_compressed.json -RAW_TEST_FILES = test/data/alertTests.raw +#RAW_TEST_FILES = test/data/alertTests.raw GENERATED_TEST_FILES = $(JSON_TEST_FILES:.json=.json.h) $(RAW_TEST_FILES:.raw=.raw.h) @@ -44,7 +44,7 @@ BITCOIN_TESTS =\ test/arith_uint256_tests.cpp \ test/bignum.h \ test/addrman_tests.cpp \ - test/alert_tests.cpp \ + #test/alert_tests.cpp \ test/allocator_tests.cpp \ test/base32_tests.cpp \ test/base58_tests.cpp \ diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp index ec02352e..012c2634 100644 --- a/src/test/main_tests.cpp +++ b/src/test/main_tests.cpp @@ -59,7 +59,7 @@ BOOST_AUTO_TEST_CASE(subsidy_limit_test) nSum += nSubsidy; BOOST_CHECK(MoneyRange(nSum)); } - BOOST_CHECK_EQUAL(nSum, 12500000000000ULL); + BOOST_CHECK_EQUAL(nSum, 1250000000ULL); // Remainder of first period for (int nHeight = consensusParams.nSubsidySlowStartInterval; nHeight < consensusParams.nSubsidyHalvingInterval + consensusParams.SubsidySlowStartShift(); nHeight ++) { CAmount nSubsidy = GetBlockSubsidy(nHeight, consensusParams);