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
Sebastian Schrader
Kea
Commits
c6391ad7
Commit
c6391ad7
authored
Oct 10, 2012
by
Michal 'vorner' Vaner
Browse files
[2292] Add a TODO about re-adding tests
Planned for merge
#2268
parent
d78dd497
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/tests/memory/memory_client_unittest.cc
View file @
c6391ad7
...
...
@@ -682,4 +682,16 @@ TEST_F(MemoryClientTest, getJournalReaderNotImplemented) {
EXPECT_THROW
(
client_
->
getJournalReader
(
Name
(
"."
),
0
,
0
),
isc
::
NotImplemented
);
}
// TODO (upon merge of #2268): Re-add (and modify not to need
// InMemoryClient::add) the tests removed in
// 7a628baa1a158b5837d6f383e10b30542d2ac59b. Maybe some of them
// are really not needed.
//
// * MemoryClientTest::loadRRSIGsRdataMixedCoveredTypes
// * MemoryClientTest::addRRsetToNonExistentZoneThrows
// * MemoryClientTest::addOutOfZoneThrows
// * MemoryClientTest::addNullRRsetThrows
// * MemoryClientTest::addEmptyRRsetThrows
// * MemoryClientTest::add
}
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