mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 12:22:50 -05:00
test: Remove stale gettime test
This commit is contained in:
parent
42251e00e8
commit
fa3a4eafa1
1 changed files with 0 additions and 8 deletions
|
@ -567,14 +567,6 @@ BOOST_AUTO_TEST_CASE(strprintf_numbers)
|
|||
#undef B
|
||||
#undef E
|
||||
|
||||
/* Check for mingw/wine issue #3494
|
||||
* Remove this test before time.ctime(0xffffffff) == 'Sun Feb 7 07:28:15 2106'
|
||||
*/
|
||||
BOOST_AUTO_TEST_CASE(gettime)
|
||||
{
|
||||
BOOST_CHECK((GetTime() & ~0xFFFFFFFFLL) == 0);
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(util_time_GetTime)
|
||||
{
|
||||
SetMockTime(111);
|
||||
|
|
Loading…
Add table
Reference in a new issue