Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
28:c630a04a7198
Parent:
23:408199b5d2cb
Child:
30:dd2beda340c6
--- a/main.cpp	Wed Sep 05 16:38:06 2012 +0000
+++ b/main.cpp	Mon Sep 10 04:59:11 2012 +0000
@@ -24,7 +24,7 @@
   LOG("Constructing TestManager");
   TestManager *m = new TestManager(&modem);
   LOG("Running tests.");
-  TestProfile profile = TESTS_AUTOMATED;
+  TestProfile profile = TESTS_MANUAL;
   int numPassed = m->executeTestProfile(profile);
   int numTests = m->getTestProfileLength(profile);
   LOG("%d tests complete: %d passes and %d failures.",numTests,numPassed,numTests-numPassed);