Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
44:6d0ac4747f5b
Parent:
37:847f5f86e9ff
--- a/Tests/Test23.h	Fri Sep 14 15:14:29 2012 +0000
+++ b/Tests/Test23.h	Mon Sep 17 13:28:39 2012 +0000
@@ -6,10 +6,9 @@
 class Test23 : public VodafoneTestCase {
    public: 
       Test23(VodafoneUSBModem *m);
+   private:
       virtual void setupTest();
-      virtual bool execute();
+      virtual bool executeTest();
       virtual void endTest();
-      
-   private:
       char *_ussdResponse;
 };
\ No newline at end of file