Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
54:30062a67e8bb
Parent:
36:dd730ff4962e
--- a/VodafoneTestCase.h	Thu Sep 13 15:46:50 2012 +0000
+++ b/VodafoneTestCase.h	Fri Sep 14 13:23:29 2012 +0000
@@ -3,12 +3,13 @@
 #include "LogHeader.h"
 
 const char myMessage[] = "myMessage is golden";
-//const char testPhoneNumber[] = "+447717275049";
-const char testPhoneNumber[] = "+447785666088";
-const char testMessage[] = "this is a test message !";
-const char alphabetNumbersMessage[] = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ";
-const char allCharsMessage[] = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ[]{}()!£$%&*,.':;";
-const char irregularMessage[] = "/:[]{}()!£$%&*,.';";
+
+//const char testPhoneNumber[] = "+447717275049"; // this is my number - change to this to get all the 'send' tests to send to my number
+const char gTestPhoneNumber[] = "+447785666088";   // this is my test contract sim - change to this to get all the 'send' tests to send to it's self - making tests automatic! :-)
+const char gTestMessage[] = "this is a test message !";
+const char gAlphabetNumbersMessage[] = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ";
+const char gAallCharsMessage[] = "abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ[]{}()!£$%&*,.':;";
+const char gIrregularMessage[] = "/:[]{}()!£$%&*,.';";
 
 
 class VodafoneTestCase {