@@ -715,10 +715,9 @@ Call `UDPSocket::sendto()` with invalid parameters.
715
715
3 . Call ` UDPSocket:sendto( "", 0, NULL, 0); `
716
716
4 . Call ` UDPSocket:sendto(NULL, 9, "hello", 5); `
717
717
5 . Call ` UDPSocket:sendto(NULL, 0, "hello", 5); `
718
- 6 . Call ` UDPSocket:sendto("echo.mbedcloudtesting.com", 0, "hello", 5); `
719
- 7 . Call ` UDPSocket:sendto("echo.mbedcloudtesting.com", 9,NULL, 0); `
720
- 8 . Call ` UDPSocket:sendto("echo.mbedcloudtesting.com", 9, "hello", 5); `
721
- 9 . destroy the socket
718
+ 6 . Call ` UDPSocket:sendto("echo.mbedcloudtesting.com", 9,NULL, 0); `
719
+ 7 . Call ` UDPSocket:sendto("echo.mbedcloudtesting.com", 9, "hello", 5); `
720
+ 8 . destroy the socket
722
721
723
722
** Expected result:**
724
723
@@ -990,9 +989,8 @@ Call `TCPSocket::connect()` with invalid parameters.
990
989
1 . Call ` TCPSocket:connect( NULL, 9); `
991
990
2 . Call ` TCPSocket:connect( "", 9); `
992
991
3 . Call ` TCPSocket:connect( "", 0); `
993
- 4 . Call ` TCPSocket:connect( "echo.mbedcloudtesting.com", 0); `
994
- 5 . Call ` TCPSocket:connect( "echo.mbedcloudtesting.com", 9); `
995
- 6 . destroy the socket
992
+ 4 . Call ` TCPSocket:connect( "echo.mbedcloudtesting.com", 9); `
993
+ 5 . destroy the socket
996
994
997
995
** Expected result:**
998
996
0 commit comments