Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
25:55b865c41f21
Parent:
23:408199b5d2cb
Child:
26:9eefab9e28df
--- a/Tests/Test26.h	Thu Sep 06 12:15:54 2012 +0000
+++ b/Tests/Test26.h	Thu Sep 06 13:35:25 2012 +0000
@@ -1,5 +1,8 @@
 #pragma once
 #include "VodafoneTestCase.h"
+
+static const char* gTest26Description = "x30 -> Retrieve signal strength and print it.\0";
+
 class Test26 : public VodafoneTestCase {
    public: 
       Test26(VodafoneUSBModem *m, int tcNumber) : VodafoneTestCase(m, tcNumber) {
@@ -10,7 +13,7 @@
       }
    
       virtual bool runTest() {
-         LOG("Test %d, getting signal strength 30 times.", _testCaseNumber);
+         LOG(gTest26Description);
          for(int count=0; count<30; count++) {
             LOG("Iteration %d of 30",count);
             int rssi = -1000;