Skip to content

Commit

Permalink
Remove udpsocket_sendto_invalid
Browse files Browse the repository at this point in the history
It tested parameter checks in the now obsoleted string-based API.
  • Loading branch information
michalpasztamobica committed Nov 27, 2019
1 parent 25adb81 commit 72ea0e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
1 change: 0 additions & 1 deletion TESTS/netsocket/udp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ Case cases[] = {
Case("UDPSOCKET_BIND_ADDRESS", UDPSOCKET_BIND_ADDRESS),
Case("UDPSOCKET_BIND_WRONG_TYPE", UDPSOCKET_BIND_WRONG_TYPE),
Case("UDPSOCKET_BIND_UNOPENED", UDPSOCKET_BIND_UNOPENED),
Case("UDPSOCKET_SENDTO_INVALID", UDPSOCKET_SENDTO_INVALID),
Case("UDPSOCKET_ECHOTEST_NONBLOCK", UDPSOCKET_ECHOTEST_NONBLOCK),
Case("UDPSOCKET_ECHOTEST_BURST_NONBLOCK", UDPSOCKET_ECHOTEST_BURST_NONBLOCK),
Case("UDPSOCKET_SENDTO_REPEAT", UDPSOCKET_SENDTO_REPEAT),
Expand Down
48 changes: 0 additions & 48 deletions TESTS/netsocket/udp/udpsocket_sendto_invalid.cpp

This file was deleted.

0 comments on commit 72ea0e9

Please sign in to comment.