mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[#3246] Change removal to release in comment
This commit is contained in:
@@ -177,7 +177,7 @@ ReleaseTest::acquireAndRelease(const std::string& hw_address_1,
|
|||||||
EXPECT_EQ(lease->valid_lft_, 0);
|
EXPECT_EQ(lease->valid_lft_, 0);
|
||||||
EXPECT_EQ(Lease4::STATE_RELEASED, lease->state_);
|
EXPECT_EQ(Lease4::STATE_RELEASED, lease->state_);
|
||||||
|
|
||||||
// The removal succeeded, so the assigned-addresses statistic should
|
// The release succeeded, so the assigned-addresses statistic should
|
||||||
// be decreased by one
|
// be decreased by one
|
||||||
EXPECT_EQ(before, after + 1);
|
EXPECT_EQ(before, after + 1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user