Skip to content

Commit

Permalink
Fixes test for no empty socket timer available
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMelikMerkumians committed Jan 6, 2017
1 parent b1ba958 commit 92805f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tests/ports/socket_timer_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ TEST(SocketTimer, GetAvailableEmptySocketTimer) {

TEST(SocketTimer, NoEmptySocketTimerAvailable) {
SocketTimer timers[10];
memset( timers, 0, sizeof(timers) );
POINTERS_EQUAL( NULL, GetEmptySocketTimer(timers, 10) );
}

0 comments on commit 92805f3

Please sign in to comment.