Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
33:16126e029d58
Parent:
31:9231acdde9ff
Child:
34:d9e45aad85f2
--- a/Tests/Test56.h	Wed Sep 12 16:55:00 2012 +0000
+++ b/Tests/Test56.h	Thu Sep 13 10:05:31 2012 +0000
@@ -6,13 +6,14 @@
 // if the method that sends a message returns an error it will fail.
 // it will report the test as failed if any of the above happens.
 // it does not wait after it has succesfully sent an SMS.
-
+static const char* gTest56Description = "Wait for SMS. Send a response.";
 
 class Test56 : public VodafoneTestCase {
    public: 
 
-
-      Test56(VodafoneUSBModem *m, int tcNumber) : VodafoneTestCase(m, tcNumber) {
+      Test56(VodafoneUSBModem *m) : VodafoneTestCase(m) {
+         _description = gTest56Description;
+         _testCaseNumber = 56;
       }