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
23d6c57b
Commit
23d6c57b
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: function
parent
22f5c120
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/cfg_option_def_unittest.cc
View file @
23d6c57b
...
...
@@ -246,7 +246,7 @@ TEST(CfgOptionDefTest, addNegative) {
EXPECT_THROW
(
cfg
.
add
(
def
,
"isc"
),
DuplicateOptionDefinition
);
}
// This test verifies that the funtion that unparses configuration
// This test verifies that the fun
c
tion that unparses configuration
// works as expected.
TEST
(
CfgOptionDefTest
,
unparse
)
{
CfgOptionDef
cfg
;
...
...
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