Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
66:6b00a764e549
Parent:
64:ef77cb252ed6
Child:
67:a61d60fa342c
--- a/main.cpp	Tue Oct 30 15:51:53 2012 +0000
+++ b/main.cpp	Thu Nov 01 11:19:47 2012 +0000
@@ -51,8 +51,8 @@
   LOG("Running tests.");
   TestManager *m = new TestManager(&modem);
   //m->runTestProfile(TESTS_MANUAL);
-  m->runTest(8);
-  //m->runTestProfile(TESTS_AUTOMATED);
+  //m->runTest(8);
+  m->runTestProfile(TESTS_AUTOMATED);
   
   // this thread just waits and blinks leds periodically
   while(1) {