1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-26 20:01:35 +01:00

Modified the Dot11 constructor.

This commit is contained in:
Matias Fontanini
2012-10-03 14:53:46 -03:00
parent 16a81c0589
commit da60d99f98
4 changed files with 234 additions and 258 deletions

View File

@@ -73,7 +73,7 @@ TEST_F(Dot11Test, ConstructorFromBuffer) {
}
TEST_F(Dot11Test, SrcAddrConstructor) {
Dot11 dot11("lo", hwaddr);
Dot11 dot11(hwaddr);
EXPECT_EQ(dot11.addr1(), hwaddr);
}