Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
40:32b0558320ea
Parent:
37:847f5f86e9ff
Child:
44:6d0ac4747f5b
--- a/Tests/Test13.h	Thu Sep 13 15:46:50 2012 +0000
+++ b/Tests/Test13.h	Fri Sep 14 12:16:09 2012 +0000
@@ -11,6 +11,7 @@
 // TODO: this should wait for a set time before failing.
 
 extern const char *gTest13Description;
+extern const char *gIrregularMessage;
 
 class Test13 : public VodafoneTestCase {
    public: 
@@ -50,7 +51,7 @@
                             return false;
                         }
                     LOG("The message is from number: %s and the message is: \"%s\"", num, msg);
-                    if (strcmp (msg, irregularMessage) ==0)
+                    if (strcmp (msg, gIrregularMessage) ==0)
                         {
                             LOG("Success receiving alphabet message matches the sent message");
                             return true;