Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Files at this revision

API Documentation at this revision

Comitter:
ashleymills
Date:
Tue Dec 18 13:57:14 2012 +0000
Parent:
67:a61d60fa342c
Child:
69:4fc3b0ad12c7
Commit message:
Added support for more dongles

Changed in this revision

Tests/Test11.h Show annotated file Show diff for this revision Revisions of this file
Tests/Tests.h Show annotated file Show diff for this revision Revisions of this file
VodafoneUSBModem_bleedingedge.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/Tests/Test11.h	Thu Nov 01 15:49:08 2012 +0000
+++ b/Tests/Test11.h	Tue Dec 18 13:57:14 2012 +0000
@@ -31,7 +31,7 @@
          LOG("... Clearing out SMS mail box first");
          for(int j=0; j<3; j++) {
             if(_modem->getSMCount(&smCount)!=0) {
-               LOG("Faiure getting SM count");
+               LOG("Failure getting SM count");
                return false;
             }
          
--- a/Tests/Tests.h	Thu Nov 01 15:49:08 2012 +0000
+++ b/Tests/Tests.h	Tue Dec 18 13:57:14 2012 +0000
@@ -17,8 +17,8 @@
 
 const int gAllTests[] = {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14};
 const int gNumAllTests = 15;
-const int gAutomatedTests[] = {0,1,6,7,8,9,10,11,12,14};
-const int gNumAutomatedTests = 10;
+const int gAutomatedTests[] = {0,1,6,7,9,10,11,12,14};
+const int gNumAutomatedTests = 9;
 const int gInteractiveTests[] = {2,3,4,5,13};
 const int gNumInteractiveTests = 5;
 const int gSoakTests[] = {};
--- a/VodafoneUSBModem_bleedingedge.lib	Thu Nov 01 15:49:08 2012 +0000
+++ b/VodafoneUSBModem_bleedingedge.lib	Tue Dec 18 13:57:14 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/donatien/code/VodafoneUSBModem_bleedingedge/#0bcb8c5216d4
+http://mbed.org/users/ashleymills/code/VodafoneUSBModem_bleedingedge/#6083cb11f170
--- a/main.cpp	Thu Nov 01 15:49:08 2012 +0000
+++ b/main.cpp	Tue Dec 18 13:57:14 2012 +0000
@@ -53,7 +53,7 @@
   //m->runTestProfile(TESTS_MANUAL);
   //m->runTest(14);
   m->runTestProfile(TESTS_AUTOMATED);
-  
+  //m->runTest(11);
   // this thread just waits and blinks leds periodically
   while(1) {
      led1 = !led1;
--- a/mbed-rtos.lib	Thu Nov 01 15:49:08 2012 +0000
+++ b/mbed-rtos.lib	Tue Dec 18 13:57:14 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#9654a71f5a90
+http://mbed.org/users/mbed_official/code/mbed-rtos/#88a1a9c26ae3
--- a/mbed.bld	Thu Nov 01 15:49:08 2012 +0000
+++ b/mbed.bld	Tue Dec 18 13:57:14 2012 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/e2ed12d17f06
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/63cdd78b2dc1
\ No newline at end of file