diff options
Diffstat (limited to 'contrib/ntp/tests/libntp/g_prettydate.cpp')
-rw-r--r-- | contrib/ntp/tests/libntp/g_prettydate.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/ntp/tests/libntp/g_prettydate.cpp b/contrib/ntp/tests/libntp/g_prettydate.cpp deleted file mode 100644 index 45741b5..0000000 --- a/contrib/ntp/tests/libntp/g_prettydate.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "g_libntptest.h" - -extern "C" { -#include "ntp_fp.h" -}; - -class prettydateTest : public libntptest { -protected: - static const u_int32 HALF = 2147483648UL; -}; - -TEST_F(prettydateTest, ConstantDate) { - l_fp time = {3485080800UL, HALF}; // 2010-06-09 14:00:00.5 - - ASSERT_STREQ("cfba1ce0.80000000 Wed, Jun 9 2010 14:00:00.500", gmprettydate(&time)); -} |