Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
44:6d0ac4747f5b
Parent:
37:847f5f86e9ff
Child:
58:8b63f4c3a5a5
--- a/Tests/Test50.h	Fri Sep 14 15:14:29 2012 +0000
+++ b/Tests/Test50.h	Mon Sep 17 13:28:39 2012 +0000
@@ -12,6 +12,8 @@
          _testCaseNumber = 50;
       }
       
+   private:
+      
       virtual void setupTest() {
          allocStorage();
       }
@@ -20,7 +22,7 @@
          freeStorage();
       }
       
-      virtual bool execute() {
+      virtual bool executeTest() {
          LOG(gTest50Description);
          int numIterations = 10;
          size_t smCount;
@@ -66,7 +68,6 @@
          return true;
       }
       
-   private:
       void createRandomString(char *target, int len) {
          for(int i=0; i<len; i++) {
             target[i] = 65+rand()%16;