mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +02:00
Formatting
This commit is contained in:
@ -18,7 +18,7 @@ BOOST_FIXTURE_TEST_SUITE(Alert_tests, TestingSetup)
|
|||||||
static bool falseFunc() { return false; }
|
static bool falseFunc() { return false; }
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(PartitionAlert)
|
BOOST_AUTO_TEST_CASE(PartitionAlert)
|
||||||
{
|
{
|
||||||
// Test PartitionCheck
|
// Test PartitionCheck
|
||||||
CCriticalSection csDummy;
|
CCriticalSection csDummy;
|
||||||
CBlockIndex indexDummy[100];
|
CBlockIndex indexDummy[100];
|
||||||
@ -74,6 +74,6 @@ BOOST_AUTO_TEST_CASE(PartitionAlert)
|
|||||||
strMiscWarning = "";
|
strMiscWarning = "";
|
||||||
|
|
||||||
SetMockTime(0);
|
SetMockTime(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOST_AUTO_TEST_SUITE_END()
|
BOOST_AUTO_TEST_SUITE_END()
|
Reference in New Issue
Block a user