Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
60:7efce4a3c26f
Parent:
44:6d0ac4747f5b
--- a/Tests/Test21.h	Fri Oct 19 15:29:06 2012 +0000
+++ b/Tests/Test21.h	Tue Oct 23 14:22:53 2012 +0000
@@ -6,10 +6,7 @@
 
 class Test21 : public VodafoneTestCase {
    public: 
-      Test21(VodafoneUSBModem *m) : VodafoneTestCase(m) {
-         _description = gTest21Description;
-         _testCaseNumber = 21;
-      }
+      Test21(VodafoneUSBModem *m) : VodafoneTestCase(m) {}
       
    private:
    
@@ -18,7 +15,7 @@
       }
    
       virtual bool executeTest() {
-         LOG(_description);
+         LOG(gTest21Description);
          
          if(_modem->sendUSSD("*#100#",_ussdResponse,16)!=0) {
             LOG("Error sending USSD");