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
61fc577d
Commit
61fc577d
authored
Oct 29, 2012
by
Tomek Mrugalski
🛰
Browse files
[master] unittest fix CfgMgr.getSubnet6()
parent
4163ddf6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcp/tests/cfgmgr_unittest.cc
View file @
61fc577d
...
...
@@ -81,7 +81,7 @@ TEST(CfgMgrTest, subnet6) {
cfg_mgr
.
addSubnet6
(
subnet1
);
// Now we have only one subnet, any request will be served from it
EXPECT_EQ
(
subnet1
,
cfg_mgr
.
getSubnet6
(
IOAddress
(
"200
1:db8
::1"
)));
EXPECT_EQ
(
subnet1
,
cfg_mgr
.
getSubnet6
(
IOAddress
(
"200
0
::1"
)));
cfg_mgr
.
addSubnet6
(
subnet2
);
cfg_mgr
.
addSubnet6
(
subnet3
);
...
...
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