Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
37:847f5f86e9ff
Parent:
34:d9e45aad85f2
Child:
40:32b0558320ea
--- a/Tests/Test10.h	Thu Sep 13 12:17:18 2012 +0000
+++ b/Tests/Test10.h	Thu Sep 13 15:26:49 2012 +0000
@@ -1,8 +1,8 @@
 #pragma once
 #include "VodafoneTestCase.h"
 #include "HTTPClient.h"
+extern const char *gTest10Description;
 
-static const char* gTest10Description = "Connects to internet and downloads 100 byte file."; 
 //const int gTest10Depends[] = {};
 
 class Test10 : public VodafoneTestCase {