Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Files at this revision

API Documentation at this revision

Comitter:
ashleymills
Date:
Thu Sep 20 09:48:09 2012 +0000
Parent:
48:c1c012604f09
Parent:
49:0f059872f8e2
Child:
51:15ba73d1cc45
Commit message:
Merged minor documentation change.

Changed in this revision

--- a/Tests/Test08.h	Wed Sep 19 15:34:17 2012 +0000
+++ b/Tests/Test08.h	Thu Sep 20 09:48:09 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 15:34:17 2012 +0000
+++ b/Tests/Tests.cpp	Thu Sep 20 09:48:09 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";