BIND 10 master, updated. 1b7e11468e670385d56d05b97afac96c4da05b9a [master] cleanup an intermediate experiment
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Feb 19 22:14:52 UTC 2011
The branch, master has been updated
via 1b7e11468e670385d56d05b97afac96c4da05b9a (commit)
from f3e39622ac840f6322cbc76277b2104ba4e8aee4 (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 1b7e11468e670385d56d05b97afac96c4da05b9a
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Feb 19 22:13:55 2011 +0000
[master] cleanup an intermediate experiment
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/tests/dnssectime_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/dnssectime_unittest.cc b/src/lib/dns/tests/dnssectime_unittest.cc
index 2f5d3c7..b2708cc 100644
--- a/src/lib/dns/tests/dnssectime_unittest.cc
+++ b/src/lib/dns/tests/dnssectime_unittest.cc
@@ -90,7 +90,7 @@ TEST_F(DNSSECTimeTest, fromText) {
// On the other hand, the 64-bit version should return monotonically
// increasing counters.
EXPECT_EQ(4294967296LL, timeFromText64("21060207062816"));
- EXPECT_EQ(static_cast<uint64_t>(4294967306LL), timeFromText64("21060207062826"));
+ EXPECT_EQ(4294967306LL, timeFromText64("21060207062826"));
}
// This helper templated function tells timeToText32 a faked current time.
More information about the bind10-changes
mailing list