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
Adam Osuchowski
Kea
Commits
4f17a81c
Commit
4f17a81c
authored
Dec 10, 2012
by
Stephen Morris
Browse files
[2546] Changed a missed "deleteLease6" to "deleteLease"
parent
7942b605
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
View file @
4f17a81c
...
...
@@ -674,7 +674,7 @@ TEST_F(Dhcpv6SrvTest, RequestBasic) {
// check that the lease is really in the database
Lease6Ptr
l
=
checkLease
(
duid_
,
reply
->
getOption
(
D6O_IA_NA
),
addr
);
EXPECT_TRUE
(
l
);
LeaseMgrFactory
::
instance
().
deleteLease
6
(
addr
->
getAddress
());
LeaseMgrFactory
::
instance
().
deleteLease
(
addr
->
getAddress
());
}
// This test checks that the server is offering different addresses to different
...
...
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