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
dd9843b5
Commit
dd9843b5
authored
Nov 18, 2015
by
Francis Dupont
Browse files
[4096] spelling
parent
b260200e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/config_parser_unittest.cc
View file @
dd9843b5
...
...
@@ -3944,8 +3944,8 @@ TEST_F(Dhcp4ParserTest, validClientClassDictionary) {
EXPECT_EQ
(
3
,
dictionary
->
getClasses
()
->
size
());
}
// Verifies that a
n
class list containing an invalid
// class definition causes a configura
i
ton error.
// Verifies that a class list containing an invalid
// class definition causes a configurat
i
on error.
TEST_F
(
Dhcp4ParserTest
,
invalidClientClassDictionary
)
{
string
config
=
"{ "
+
genIfaceConfig
()
+
","
+
"
\"
valid-lifetime
\"
: 4000,
\n
"
...
...
src/bin/dhcp6/tests/config_parser_unittest.cc
View file @
dd9843b5
...
...
@@ -4038,8 +4038,8 @@ TEST_F(Dhcp6ParserTest, validClientClassDictionary) {
EXPECT_EQ
(
3
,
dictionary
->
getClasses
()
->
size
());
}
// Verifies that a
n
class list containing an invalid
// class definition causes a configura
i
ton error.
// Verifies that a class list containing an invalid
// class definition causes a configurat
i
on error.
TEST_F
(
Dhcp6ParserTest
,
invalidClientClassDictionary
)
{
string
config
=
"{ "
+
genIfaceConfig
()
+
","
+
"
\"
valid-lifetime
\"
: 4000,
\n
"
...
...
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