Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
64:ef77cb252ed6
Parent:
60:7efce4a3c26f
Child:
66:6b00a764e549
--- a/main.cpp	Wed Oct 24 14:24:17 2012 +0000
+++ b/main.cpp	Tue Oct 30 15:49:40 2012 +0000
@@ -51,8 +51,8 @@
   LOG("Running tests.");
   TestManager *m = new TestManager(&modem);
   //m->runTestProfile(TESTS_MANUAL);
-  m->runTest(51);
-  
+  m->runTest(8);
+  //m->runTestProfile(TESTS_AUTOMATED);
   
   // this thread just waits and blinks leds periodically
   while(1) {