Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
37:847f5f86e9ff
Parent:
34:d9e45aad85f2
Child:
42:e423e7204e5c
--- a/Tests/Test22.h	Thu Sep 13 12:17:18 2012 +0000
+++ b/Tests/Test22.h	Thu Sep 13 15:26:49 2012 +0000
@@ -1,7 +1,6 @@
 #pragma once
 #include "VodafoneTestCase.h"
-static const char* gTest22Description = "Sending BAD USSD string \".2890\"";
-//const int gTest22Depends[] = {};
+extern const char* gTest22Description;
 
 class Test22 : public VodafoneTestCase {
    public: 
@@ -15,7 +14,7 @@
       }
    
       virtual bool execute() {
-         LOG(gTest22Description);
+         LOG(_description);
          
          if(_modem->sendUSSD(".2890",_ussdResponse,16)!=0) {
             LOG("Error sending USSD");