Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
25:55b865c41f21
Parent:
16:c89d426c6175
Child:
26:9eefab9e28df
--- a/Tests/Test50.h	Thu Sep 06 12:15:54 2012 +0000
+++ b/Tests/Test50.h	Thu Sep 06 13:35:25 2012 +0000
@@ -1,5 +1,8 @@
 #pragma once
 #include "VodafoneTestCase.h"
+
+static const char* gTest50Description = "x10 -> Retreive MSISDN and send SMS to self\0";
+
 class Test50 : public VodafoneTestCase {
    public:
       Test50(VodafoneUSBModem *m, int tcNumber) : VodafoneTestCase(m, tcNumber) {
@@ -16,9 +19,10 @@
       }
       
       virtual bool runTest() {
+         LOG(gTest50Description);
          int numIterations = 10;
          size_t smCount;
-         LOG("Test %d getting MSISDN and sending SMS to myself...", _testCaseNumber);
+         LOG("...", _testCaseNumber);
          LOG("Getting MSISDN");
          _modem->sendUSSD("*#100#",_ownNumber,_numberLen);
          LOG("Got  MSISDN %s",_ownNumber);