Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
13:8b69853966f8
Parent:
8:6c30647f75d7
Child:
14:d7bf58146337
Child:
16:c89d426c6175
--- a/Tests/Test20.h	Tue Aug 28 15:40:07 2012 +0000
+++ b/Tests/Test20.h	Wed Aug 29 14:13:49 2012 +0000
@@ -2,7 +2,7 @@
 #include "VodafoneTestCase.h"
 class Test20 : public VodafoneTestCase {
    public: 
-      Test20(VodafoneUSBModem *m) : VodafoneTestCase(m) {
+      Test20(VodafoneUSBModem *m, int tcNumber) : VodafoneTestCase(m, tcNumber) {
       }
       
       virtual void setupTest() {
@@ -10,7 +10,7 @@
       }
    
       virtual bool runTest() {
-         
+         LOG("Test %d waiting for an SMS message...", _testCaseNumber);
          LOG("Sending USSD, waiting for response.");
          
          if(_modem->sendUSSD("*#100#",_ussdResponse,16)!=0) {