From acfaed42186e8c4404eafdcddcb85a34224f46a8 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Thu, 15 Jan 2015 13:20:03 +0100 Subject: [PATCH] [3547] Trivial fixes in the PktFilterLPFTest. --- src/lib/dhcp/tests/pkt_filter_lpf_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/dhcp/tests/pkt_filter_lpf_unittest.cc b/src/lib/dhcp/tests/pkt_filter_lpf_unittest.cc index 7c4b70dbdd..7c5a0e2d67 100644 --- a/src/lib/dhcp/tests/pkt_filter_lpf_unittest.cc +++ b/src/lib/dhcp/tests/pkt_filter_lpf_unittest.cc @@ -192,7 +192,7 @@ TEST_F(PktFilterLPFTest, DISABLED_receive) { // This test verifies that if the packet is received over the raw // socket and its destination address doesn't match the address // to which the socket is "bound", the packet is dropped. -TEST_F(PktFilterBPFTest, DISABLED_filterOutUnicast) { +TEST_F(PktFilterLPFTest, DISABLED_filterOutUnicast) { // Packet will be received over loopback interface. Iface iface(ifname_, ifindex_); @@ -200,7 +200,7 @@ TEST_F(PktFilterBPFTest, DISABLED_filterOutUnicast) { IOAddress addr("127.0.0.1"); // Create an instance of the class which we are testing. - PktFilterBPF pkt_filter; + PktFilterLPF pkt_filter; // Open socket. We don't check that the socket has appropriate // options and family set because we have checked that in the // openSocket test already. -- 2.47.3