|
|
|
@ -18,7 +18,7 @@ BOOST_FIXTURE_TEST_SUITE(Alert_tests, TestingSetup)
@@ -18,7 +18,7 @@ BOOST_FIXTURE_TEST_SUITE(Alert_tests, TestingSetup)
|
|
|
|
|
static bool falseFunc() { return false; } |
|
|
|
|
|
|
|
|
|
BOOST_AUTO_TEST_CASE(PartitionAlert) |
|
|
|
|
{ |
|
|
|
|
{ |
|
|
|
|
// Test PartitionCheck
|
|
|
|
|
CCriticalSection csDummy; |
|
|
|
|
CBlockIndex indexDummy[100]; |
|
|
|
@ -74,6 +74,6 @@ BOOST_AUTO_TEST_CASE(PartitionAlert)
@@ -74,6 +74,6 @@ BOOST_AUTO_TEST_CASE(PartitionAlert)
|
|
|
|
|
strMiscWarning = ""; |
|
|
|
|
|
|
|
|
|
SetMockTime(0); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
BOOST_AUTO_TEST_SUITE_END() |