Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
44:6d0ac4747f5b
Parent:
40:32b0558320ea
Child:
59:b091324302b4
--- a/Tests/Test13.h	Fri Sep 14 15:14:29 2012 +0000
+++ b/Tests/Test13.h	Mon Sep 17 13:28:39 2012 +0000
@@ -24,8 +24,10 @@
          _description = gTest13Description;
          _testCaseNumber = 13;
       }
+      
+   private:
    
-      virtual bool execute() {
+      virtual bool executeTest() {
          LOG("Test %d waiting for an SMS message...", _testCaseNumber);
          LOG("Receiving SMS from test phone, waiting for response.");
       
@@ -63,7 +65,4 @@
             }
                   
       }
-
-   private:
-
 };
\ No newline at end of file