Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
27:0297dbc3252b
Parent:
26:9eefab9e28df
Child:
32:8ff0b67bb58c
--- a/Tests/Test10.h	Thu Sep 06 14:28:01 2012 +0000
+++ b/Tests/Test10.h	Thu Sep 06 15:13:38 2012 +0000
@@ -2,8 +2,8 @@
 #include "VodafoneTestCase.h"
 #include "HTTPClient.h"
 
-static const char* gTest10Description = "Connects to internet and downloads 100 byte file.\0"; 
-const int gTest10Depends[] = {};
+static const char* gTest10Description = "Connects to internet and downloads 100 byte file."; 
+//const int gTest10Depends[] = {};
 
 class Test10 : public VodafoneTestCase {
    public: