From cc5cc7fe6b8bad6fad75d6b3b2859cf318b0d945 Mon Sep 17 00:00:00 2001 From: naftalimurgor Date: Thu, 6 Mar 2025 12:18:21 +0300 Subject: [PATCH] test: remove outdated `gettime` test #143 --- src/test/util_tests.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp index 4c518705b7..d3f707d76d 100644 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -520,14 +520,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);