aboutsummaryrefslogtreecommitdiff
path: root/tests/libntp/g_uglydate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libntp/g_uglydate.cpp')
-rw-r--r--tests/libntp/g_uglydate.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/libntp/g_uglydate.cpp b/tests/libntp/g_uglydate.cpp
deleted file mode 100644
index 12aa0025cab2..000000000000
--- a/tests/libntp/g_uglydate.cpp
+++ /dev/null
@@ -1,18 +0,0 @@
-#include "g_libntptest.h"
-
-extern "C" {
-#include "ntp_fp.h"
-};
-
-class uglydateTest : public libntptest {
-protected:
- static const u_int32 HALF = 2147483648UL;
-};
-
-TEST_F(uglydateTest, ConstantDateTime) {
- l_fp time = {3485080800UL, HALF}; // 2010-06-09 14:00:00.5
-
- EXPECT_STREQ("3485080800.500000 10:159:14:00:00.500",
- uglydate(&time));
-}
-