Skip to content

Commit 976c54b

Browse files
Veijo Pesonenadbridge
authored andcommitted
Drops removed mbedgt-netsocket cases from test specification
1 parent 80fc146 commit 976c54b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

TESTS/netsocket/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -715,10 +715,9 @@ Call `UDPSocket::sendto()` with invalid parameters.
715715
3. Call `UDPSocket:sendto( "", 0, NULL, 0);`
716716
4. Call `UDPSocket:sendto(NULL, 9, "hello", 5);`
717717
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
722721

723722
**Expected result:**
724723

@@ -990,9 +989,8 @@ Call `TCPSocket::connect()` with invalid parameters.
990989
1. Call `TCPSocket:connect( NULL, 9);`
991990
2. Call `TCPSocket:connect( "", 9);`
992991
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
996994

997995
**Expected result:**
998996

0 commit comments

Comments
 (0)