BIND 10 trac61, updated. f8f81b7f1512760cb72592a79d2f49999f11be2c [trac61] removed some meaningless test cases

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Feb 19 01:06:53 UTC 2011


The branch, trac61 has been updated
       via  f8f81b7f1512760cb72592a79d2f49999f11be2c (commit)
      from  d6f67da406651c7cc013ce28c513c23ee43e2efc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f8f81b7f1512760cb72592a79d2f49999f11be2c
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Feb 18 17:06:42 2011 -0800

    [trac61] removed some meaningless test cases

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/tests/dnssectime_unittest.cc |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/dnssectime_unittest.cc b/src/lib/dns/tests/dnssectime_unittest.cc
index 184da65..188c350 100644
--- a/src/lib/dns/tests/dnssectime_unittest.cc
+++ b/src/lib/dns/tests/dnssectime_unittest.cc
@@ -144,11 +144,6 @@ TEST_F(DNSSECTimeTest, toText) {
     dnssectime::detail::gettimeFunction = testGetTime<0x10000000aLL>;
     EXPECT_EQ("21060207062815", timeToText32(0xffffffffL));
 
-    // set the current time to: Mar16 12:56:32 UTC 2242
-    dnssectime::detail::gettimeFunction = testGetTime<8589934592LL>;
-    EXPECT_EQ("22420316125632", timeToText64(8589934592LL));
-    EXPECT_EQ("22420316125632", timeToText32(0));
-
     // Try very large time value.  Actually it's the possible farthest time
     // that can be represented in the form of YYYYMMDDHHmmSS.
     EXPECT_EQ("99991231235959", timeToText64(YEAR10K_EVE));




More information about the bind10-changes mailing list