Skip to content
GitLab
Menu
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
56bcfd08
Commit
56bcfd08
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: overlapping
parent
9107fda6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/config_parser_unittest.cc
View file @
56bcfd08
...
@@ -881,7 +881,7 @@ TEST_F(Dhcp4ParserTest, multipleSubnetsExplicitIDs) {
...
@@ -881,7 +881,7 @@ TEST_F(Dhcp4ParserTest, multipleSubnetsExplicitIDs) {
}
}
// Check that the configuration with two subnets having the same id is rejected.
// Check that the configuration with two subnets having the same id is rejected.
TEST_F
(
Dhcp4ParserTest
,
multipleSubnetsOverlapingIDs
)
{
TEST_F
(
Dhcp4ParserTest
,
multipleSubnetsOverlap
p
ingIDs
)
{
ConstElementPtr
x
;
ConstElementPtr
x
;
// Four subnets, two of them having the same id.
// Four subnets, two of them having the same id.
string
config
=
"{ "
+
genIfaceConfig
()
+
","
+
string
config
=
"{ "
+
genIfaceConfig
()
+
","
+
...
...
src/bin/dhcp6/tests/config_parser_unittest.cc
View file @
56bcfd08
...
@@ -967,7 +967,7 @@ TEST_F(Dhcp6ParserTest, multipleSubnetsExplicitIDs) {
...
@@ -967,7 +967,7 @@ TEST_F(Dhcp6ParserTest, multipleSubnetsExplicitIDs) {
}
}
// CHeck that the configuration with two subnets having the same id is rejected.
// CHeck that the configuration with two subnets having the same id is rejected.
TEST_F
(
Dhcp6ParserTest
,
multipleSubnetsOverlapingIDs
)
{
TEST_F
(
Dhcp6ParserTest
,
multipleSubnetsOverlap
p
ingIDs
)
{
ConstElementPtr
x
;
ConstElementPtr
x
;
// Four subnets, two of them have the same id.
// Four subnets, two of them have the same id.
string
config
=
"{ "
+
genIfaceConfig
()
+
","
string
config
=
"{ "
+
genIfaceConfig
()
+
","
...
...
Write
Preview
Supports
Markdown
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