Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
25:55b865c41f21
Parent:
19:26fbed33d4e7
Child:
26:9eefab9e28df
--- a/Tests/Test21.h	Thu Sep 06 12:15:54 2012 +0000
+++ b/Tests/Test21.h	Thu Sep 06 13:35:25 2012 +0000
@@ -1,5 +1,8 @@
 #pragma once
 #include "VodafoneTestCase.h"
+
+static const char* gTest21Description = "Ttrying out USSD communication sending *#100#\0";
+
 class Test21 : public VodafoneTestCase {
    public: 
       Test21(VodafoneUSBModem *m, int tcNumber) : VodafoneTestCase(m, tcNumber) {
@@ -10,8 +13,7 @@
       }
    
       virtual bool runTest() {
-
-         LOG("Test %d trying out USSD communication sending *#100#", _testCaseNumber);
+         LOG(gTest21Description);
          
          if(_modem->sendUSSD("*#100#",_ussdResponse,16)!=0) {
             LOG("Error sending USSD");