Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
1b7e1146
Commit
1b7e1146
authored
Feb 19, 2011
by
JINMEI Tatuya
Browse files
[master] cleanup an intermediate experiment
parent
f3e39622
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/tests/dnssectime_unittest.cc
View file @
1b7e1146
...
...
@@ -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.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment