]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4106_update] Removed invalidPortError6 (was moved to dhcp6/tests)
authorFrancis Dupont <fdupont@isc.org>
Thu, 9 Jun 2016 13:24:58 +0000 (15:24 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 9 Jun 2016 13:24:58 +0000 (15:24 +0200)
src/lib/dhcpsrv/tests/dhcp4o6_ipc_unittest.cc

index 1ab1c6461bf113ec0a6bd671e49a6cb2def4cfa1..4d5720ed445ef9f7850ce826ff50ab3175f15bc3 100644 (file)
@@ -459,13 +459,6 @@ TEST_F(Dhcp4o6IpcBaseTest, openError) {
     EXPECT_EQ(TEST_PORT + 10, ipc.getPort());
 }
 
-// This test verifies that the IPC returns an error when trying to bind
-// to the out of range port.
-TEST_F(Dhcp4o6IpcBaseTest, invalidPortError6) {
-    TestIpc ipc(65535, TestIpc::ENDPOINT_TYPE_V6);
-    EXPECT_THROW(ipc.open(), Dhcp4o6IpcError);
-}
-
 // This test verifies that receiving packet over the IPC fails when there
 // is no vendor option present.
 TEST_F(Dhcp4o6IpcBaseTest, receiveWithoutVendorOption) {