Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
60:7efce4a3c26f
Parent:
58:8b63f4c3a5a5
Child:
64:ef77cb252ed6
--- a/main.cpp	Fri Oct 19 15:29:06 2012 +0000
+++ b/main.cpp	Tue Oct 23 14:22:53 2012 +0000
@@ -50,8 +50,8 @@
   LOG("Constructing TestManager");
   LOG("Running tests.");
   TestManager *m = new TestManager(&modem);
-  m->runTestProfile(TESTS_MANUAL);
-  //m->runTest(10);
+  //m->runTestProfile(TESTS_MANUAL);
+  m->runTest(51);
   
   
   // this thread just waits and blinks leds periodically