Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
54:30062a67e8bb
Parent:
37:847f5f86e9ff
--- a/Tests/Test13.h	Thu Sep 13 15:46:50 2012 +0000
+++ b/Tests/Test13.h	Fri Sep 14 13:23:29 2012 +0000
@@ -50,7 +50,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;