Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
66:6b00a764e549
Parent:
60:7efce4a3c26f
Child:
67:a61d60fa342c
--- a/Tests/Tests.cpp	Tue Oct 30 15:51:53 2012 +0000
+++ b/Tests/Tests.cpp	Thu Nov 01 11:19:47 2012 +0000
@@ -1,32 +1,32 @@
 #include "Tests.h"
 // put all of the descriptions on one place for easy reference
-const char* gTest00Description = "Test 0";
-const char* gTest01Description = "Test 1";
-const char* gTest02Description = "Test 2";
-const char* gTest03Description = "Test 3";
-const char* gTest04Description = "Test 4";
-const char* gTest05Description = "Test 5";
-const char* gTest06Description = "Test 6";
-const char* gTest07Description = "Test 7";
-const char* gTest08Description = "Test 8: Resolve 5 different DNS entries and match against IPs.";
-const char* gTest09Description = "Test 9";
-const char* gTest10Description = "Test 10: Downloads files from 128 bytes to 1MB, in ^2 increments.";
-const char* gTest11Description = "Test 11";
-const char* gTest12Description = "Test 12: Sends and SMS and then does something.";
-const char* gTest13Description = "Test 13: Waiting for an SMS message with irregular characters and numbers";
-const char* gTest14Description = "Test 14: Send an SMS message with irregular characters and numbers...";
+const char* gTest00Description = "Test 0: Resolve 5 different DNS entries and match against IPs.";
+const char* gTest01Description = "Test 1: Downloads files from 128 bytes to 1MB, in ^2 increments.";
+const char* gTest02Description = "Test 2: Sends and SMS with basic alphabet and numbers.";
+const char* gTest03Description = "Test 3: Waits for an SMS message with irregular characters and numbers.";
+const char* gTest04Description = "Test 4: Send an SMS message with irregular characters and numbers.";
+const char* gTest05Description = "Test 5: Send an SMS message with basic characters and numbers.";
+const char* gTest06Description = "Test 6: Trying out USSD communication sending *#100#";
+const char* gTest07Description = "Test 7: Sending BAD USSD string \".2890\"";
+const char* gTest08Description = "Test 8: Sending USSD over 150 chars \"0(0)00 ... 000(160)\"";
+const char* gTest09Description = "Test 9: Retrieve signal strength and print it.";
+const char* gTest10Description = "Test 10: x30 -> Retrieve signal strength and print it.";
+const char* gTest11Description = "Test 11: x10 -> Retreive MSISDN and send 10 random SMS to self";
+const char* gTest12Description = "Test 12: x2 -> Send 25 SMS, wait for recv, read them quickly.";
+const char* gTest13Description = "Test 13: Wait for SMS. Send a response.";
+const char* gTest14Description = "Test 14";
 const char* gTest15Description = "Test 15";
-const char* gTest16Description = "Test 16: Send an SMS message with basic characters and numbers...";
+const char* gTest16Description = "Test 16";
 const char* gTest17Description = "Test 17";
 const char* gTest18Description = "Test 18";
 const char* gTest19Description = "Test 19";
 const char* gTest20Description = "Test 20";
-const char* gTest21Description = "Test 21: Trying out USSD communication sending *#100#";
-const char* gTest22Description = "Test 22: Sending BAD USSD string \".2890\"";
-const char* gTest23Description = "Test 23: Sending USSD over 150 chars \"0(0)00 ... 000(160)\"";
+const char* gTest21Description = "Test 21";
+const char* gTest22Description = "Test 22";
+const char* gTest23Description = "Test 23";
 const char* gTest24Description = "Test 24";
-const char* gTest25Description = "Test 25: Retrieve signal strength and print it.";
-const char* gTest26Description = "Test 26: x30 -> Retrieve signal strength and print it.";
+const char* gTest25Description = "Test 25";
+const char* gTest26Description = "Test 26";
 const char* gTest27Description = "Test 27";
 const char* gTest28Description = "Test 28";
 const char* gTest29Description = "Test 29";
@@ -50,13 +50,13 @@
 const char* gTest47Description = "Test 47";
 const char* gTest48Description = "Test 48";
 const char* gTest49Description = "Test 49";
-const char* gTest50Description = "Test 50: x10 -> Retreive MSISDN and send 10 random SMS to self";
-const char* gTest51Description = "Test 51: x2 -> Send 25 SMS, wait for recv, read them quickly.";
+const char* gTest50Description = "Test 50";
+const char* gTest51Description = "Test 51";
 const char* gTest52Description = "Test 52";
 const char* gTest53Description = "Test 53";
 const char* gTest54Description = "Test 54";
 const char* gTest55Description = "Test 55";
-const char* gTest56Description = "Test 56: Wait for SMS. Send a response.";
+const char* gTest56Description = "Test 56";
 const char* gTest57Description = "Test 57";
 const char* gTest58Description = "Test 58";
 const char* gTest59Description = "Test 59";