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
Sebastian Schrader
Kea
Commits
3d0c1885
Commit
3d0c1885
authored
Apr 24, 2017
by
Marcin Siodelski
Browse files
[5252] Removed spurious whitespace.
parent
a63885a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc
View file @
3d0c1885
...
@@ -1929,7 +1929,7 @@ TEST_F(AllocEngine6Test, reuseReclaimedExpiredViaRequest) {
...
@@ -1929,7 +1929,7 @@ TEST_F(AllocEngine6Test, reuseReclaimedExpiredViaRequest) {
cfg_mgr
.
getStagingCfg
()
->
getCfgSubnets6
()
->
add
(
subnet_
);
cfg_mgr
.
getStagingCfg
()
->
getCfgSubnets6
()
->
add
(
subnet_
);
cfg_mgr
.
commit
();
cfg_mgr
.
commit
();
// Verify relevant stats are zero.
// Verify relevant stats are zero.
EXPECT_TRUE
(
testStatistics
(
"assigned-nas"
,
0
,
subnet_
->
getID
()));
EXPECT_TRUE
(
testStatistics
(
"assigned-nas"
,
0
,
subnet_
->
getID
()));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
0
));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
0
));
EXPECT_TRUE
(
testStatistics
(
"reclaimed-leases"
,
0
,
subnet_
->
getID
()));
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