Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
25:55b865c41f21
Parent:
13:8b69853966f8
Child:
26:9eefab9e28df
--- a/Tests/Test12.h	Thu Sep 06 12:15:54 2012 +0000
+++ b/Tests/Test12.h	Thu Sep 06 13:35:25 2012 +0000
@@ -10,6 +10,7 @@
 // it waits forever for an SMS.
 // TODO: this should wait for a set time before failing.
 
+static const char *gTest12Description = "Waiting for an SMS message...\0";
 
 class Test12 : public VodafoneTestCase {
    public: 
@@ -22,7 +23,8 @@
       }
    
       virtual bool runTest() {
-         LOG("Test %d waiting for an SMS message...", _testCaseNumber);
+         LOG("Test: %d",_testCaseNumber);
+         LOG(gTest12Description);
          LOG("Receiving SMS from test phone, waiting for response.");
       
          while(true)