Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
60:7efce4a3c26f
Parent:
59:b091324302b4
Child:
66:6b00a764e549
--- a/Tests/Test13.h	Fri Oct 19 15:29:06 2012 +0000
+++ b/Tests/Test13.h	Tue Oct 23 14:22:53 2012 +0000
@@ -20,15 +20,12 @@
       char msg[160];
       size_t count;
 
-      Test13(VodafoneUSBModem *m) : VodafoneTestCase(m) {
-         _description = gTest13Description;
-         _testCaseNumber = 13;
-      }
+      Test13(VodafoneUSBModem *m) : VodafoneTestCase(m) {}
       
    private:
    
       virtual bool executeTest() {
-         LOG("Test %d wait for an irregular SMS message...", _testCaseNumber);
+         LOG(gTest13Description);
          LOG("Receiving SMS from test phone, waiting for response.");
       
          while(true)