Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed HTTPClient VodafoneUSBModem
Revision 49:0f059872f8e2, committed 2012-09-20
- Comitter:
- ashleymills
- Date:
- Thu Sep 20 09:47:10 2012 +0000
- Parent:
- 47:85c30274cc9b
- Child:
- 50:3f7d5318678b
- Commit message:
- Couple of doc changes.
Changed in this revision
| Tests/Test08.h | Show annotated file Show diff for this revision Revisions of this file |
| Tests/Tests.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Tests/Test08.h Wed Sep 19 13:59:39 2012 +0000
+++ b/Tests/Test08.h Thu Sep 20 09:47:10 2012 +0000
@@ -3,6 +3,8 @@
#include "HTTPClient.h"
extern const char *gTest08Description;
+/** Resolve 5 DNS requests and match against known IPs.
+ */
class Test08 : public VodafoneTestCase {
public:
Test08(VodafoneUSBModem *m);
--- a/Tests/Tests.cpp Wed Sep 19 13:59:39 2012 +0000 +++ b/Tests/Tests.cpp Thu Sep 20 09:47:10 2012 +0000 @@ -8,7 +8,7 @@ const char* gTest05Description = "Test 5"; const char* gTest06Description = "Test 6"; const char* gTest07Description = "Test 7"; -const char* gTest08Description = "Test 8"; +const char* gTest08Description = "Test 8: Resolve 5 different DNS entries and match against IPs."; const char* gTest09Description = "Test 9"; const char* gTest10Description = "Connects to internet and downloads 100 byte file."; const char* gTest11Description = "Test 11";

