From: Francis Dupont Date: Mon, 23 Oct 2017 11:31:04 +0000 (+0200) Subject: [master] Obvious typo failing on Fedora 27 beta X-Git-Tag: Kea-1.3.0~2^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639250bddc4f91fae97a3fad15b15f678440c6ff;p=thirdparty%2Fkea.git [master] Obvious typo failing on Fedora 27 beta --- diff --git a/src/bin/dhcp6/tests/shared_network_unittest.cc b/src/bin/dhcp6/tests/shared_network_unittest.cc index a3551462e7..38d7d3cc3c 100644 --- a/src/bin/dhcp6/tests/shared_network_unittest.cc +++ b/src/bin/dhcp6/tests/shared_network_unittest.cc @@ -2021,7 +2021,7 @@ TEST_F(Dhcpv6SharedNetworkTest, reservedAddressAndPrefix) { ASSERT_EQ(4, client.getLeaseNum()); // The client should have got one reserved address and one reserved prefix. ASSERT_TRUE(hasLeaseForAddress(client, IOAddress("2001:db8:2::28"))); - ASSERT_TRUE(hasLeaseForPrefix(client, IOAddress("5000::8:00000"), 112, IAID(0x1111))); + ASSERT_TRUE(hasLeaseForPrefix(client, IOAddress("5000::8:0000"), 112, IAID(0x1111))); // The client should have got dynamically allocated address too and it must be // different than the reserved address.