Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
647d11c7
Commit
647d11c7
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: relevant
parent
416fa97a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc
View file @
647d11c7
...
...
@@ -504,7 +504,7 @@ TEST_F(AllocEngine6Test, solicitReuseExpiredLease6) {
// Initialize FQDN data for the lease.
initFqdn
(
"myhost.example.com"
,
true
,
true
);
// Verify the none of rele
l
vant stats are zero.
// Verify the none of relevant stats are zero.
EXPECT_TRUE
(
testStatistics
(
"assigned-nas"
,
0
,
subnet_
->
getID
()));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
0
));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
0
,
subnet_
->
getID
()));
...
...
@@ -547,7 +547,7 @@ TEST_F(AllocEngine6Test, solicitReuseExpiredLease6) {
ASSERT_TRUE
(
lease
);
EXPECT_EQ
(
addr
,
lease
->
addr_
);
// Verify the none of rele
l
vant stats were altered.
// Verify the none of relevant stats were altered.
EXPECT_TRUE
(
testStatistics
(
"assigned-nas"
,
0
,
subnet_
->
getID
()));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
0
));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
0
,
subnet_
->
getID
()));
...
...
Write
Preview
Markdown
is supported
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