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
c5311541
Commit
c5311541
authored
Sep 10, 2012
by
Mukund Sivaraman
Browse files
[2108] Fix comment
parent
72f8b8a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/tests/memory_client_unittest.cc
View file @
c5311541
...
...
@@ -468,7 +468,7 @@ TEST_F(MemoryClientTest, getIterator) {
EXPECT_TRUE
(
rrset_soa
);
EXPECT_EQ
(
RRType
::
SOA
(),
rrset_soa
->
getType
());
// There's nothing else in this
zone
// There's nothing else in this
iterator
EXPECT_EQ
(
ConstRRsetPtr
(),
iterator
->
getNextRRset
());
// Iterating past the end should result in an exception
...
...
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