Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
25:55b865c41f21
Parent:
24:8f0f9551122a
Child:
26:9eefab9e28df
--- a/Tests/Test10.h	Thu Sep 06 12:15:54 2012 +0000
+++ b/Tests/Test10.h	Thu Sep 06 13:35:25 2012 +0000
@@ -3,6 +3,7 @@
 #include "HTTPClient.h"
 
 static const char* gTest10Description = "Connects to internet and downloads 100 byte file.\0"; 
+
 class Test10 : public VodafoneTestCase {
    public: 
       Test10(VodafoneUSBModem *m, int tcNumber) : VodafoneTestCase(m, tcNumber) {