1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 12:44:25 +01:00

Fix tests compilation warnings on Windows.

This commit is contained in:
Matias Fontanini
2015-05-16 11:08:52 -07:00
parent 325de4abca
commit d4e632f513
41 changed files with 163 additions and 162 deletions

View File

@@ -103,7 +103,7 @@ TEST_F(RSNEAPOLTest, DefaultConstructor) {
TEST_F(RSNEAPOLTest, EAPOLOverSnap) {
SNAP snap(eapol_over_snap, sizeof(eapol_over_snap));
EXPECT_TRUE(snap.find_pdu<RSNEAPOL>());
EXPECT_TRUE(snap.find_pdu<RSNEAPOL>() != NULL);
}
TEST_F(RSNEAPOLTest, ConstructorFromBuffer) {