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
4fa06119
Commit
4fa06119
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: reclaim
parent
eddd55fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
View file @
4fa06119
...
...
@@ -599,7 +599,7 @@ TEST_F(AllocEngine4Test, requestReuseExpiredLease4) {
// Check that the stats declined stats were modified correctly. Note, because
// added the lease directly, assigned-leases never bumped to one, so when we
// reclaim
e
it gets decremented to -1, then on assignment back to 0.
// reclaim it gets decremented to -1, then on assignment back to 0.
EXPECT_TRUE
(
testStatistics
(
"assigned-addresses"
,
0
,
subnet_
->
getID
()));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
1
));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
1
,
subnet_
->
getID
()));
...
...
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