Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
27:0297dbc3252b
Parent:
26:9eefab9e28df
Child:
31:9231acdde9ff
--- a/Tests/Test12.h	Thu Sep 06 14:28:01 2012 +0000
+++ b/Tests/Test12.h	Thu Sep 06 15:13:38 2012 +0000
@@ -10,8 +10,8 @@
 // it waits forever for an SMS.
 // TODO: this should wait for a set time before failing.
 
-static const char *gTest12Description = "Waiting for an SMS message...\0";
-const int gTest12Depends[] = {};
+static const char *gTest12Description = "Waiting for an SMS message...";
+//const int gTest12Depends[] = {};
 
 class Test12 : public VodafoneTestCase {
    public: