Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
26:9eefab9e28df
Parent:
25:55b865c41f21
Child:
27:0297dbc3252b
--- a/Tests/Test22.h	Thu Sep 06 13:35:25 2012 +0000
+++ b/Tests/Test22.h	Thu Sep 06 14:28:01 2012 +0000
@@ -1,6 +1,7 @@
 #pragma once
 #include "VodafoneTestCase.h"
 static const char* gTest22Description = "Sending BAD USSD string \".2890\"\0";
+const int gTest22Depends[] = {};
 
 class Test22 : public VodafoneTestCase {
    public: 
@@ -19,7 +20,7 @@
             return false;
          }
          
-         LOG("Expecting \"Unknown Command\". Received USSD response: \"%s\"",_ussdResponse);
+         LOG("Expecting \"Unknown command\". Received USSD response: \"%s\"",_ussdResponse);
          return (strcmp(_ussdResponse,"Unknown command")==0);
       }