Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
2b8518d9
Commit
2b8518d9
authored
Nov 30, 2012
by
Mukund Sivaraman
Browse files
[2497] Add a comment for RRParamRegistryTest.createFromLexer
parent
022d3888
Changes
1
Show whitespace changes
Inline
Side-by-side
src/lib/dns/tests/rrparamregistry_unittest.cc
View file @
2b8518d9
...
...
@@ -161,6 +161,9 @@ void dummyCallback(const string&, size_t, const string&) {
}
TEST_F
(
RRParamRegistryTest
,
createFromLexer
)
{
// This test basically checks that the string version of
// AbstractRdataFactory::create() is called by the MasterLexer
// variant of create().
boost
::
scoped_ptr
<
AbstractRdataFactory
>
rdf
(
new
TestRdataFactory
);
std
::
stringstream
ss
(
"192.168.0.1"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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