mirror of
https://github.com/mfontanini/libtins
synced 2026-01-29 04:54:28 +01:00
Ported almost everything to BSD. Utils::route_entries and sending link layer PDUs still don't work.
This commit is contained in:
@@ -29,8 +29,6 @@ TEST_F(ICMPTest, DefaultConstructor) {
|
||||
EXPECT_EQ(icmp.type(), ICMP::ECHO_REQUEST);
|
||||
EXPECT_EQ(icmp.id(), 0);
|
||||
EXPECT_EQ(icmp.check(), 0);
|
||||
EXPECT_EQ(icmp.gateway(), 0);
|
||||
EXPECT_EQ(icmp.mtu(), 0);
|
||||
}
|
||||
|
||||
TEST_F(ICMPTest, CopyConstructor) {
|
||||
|
||||
Reference in New Issue
Block a user