Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
13:8b69853966f8
Parent:
9:3ff68422f4d7
Child:
16:c89d426c6175
--- a/TestManager.cpp	Tue Aug 28 15:40:07 2012 +0000
+++ b/TestManager.cpp	Wed Aug 29 14:13:49 2012 +0000
@@ -1,9 +1,9 @@
 #include "TestManager.h"
 #include "Tests.h"
 TestManager::TestManager(VodafoneUSBModem *m) : _modem(m) { 
-   //_tests.push_back((VodafoneTestCase*)new Test12(_modem));
-   _tests.push_back((VodafoneTestCase*)new Test20(_modem));
-   _tests.push_back((VodafoneTestCase*)new Test50(_modem));
+   _tests.push_back((VodafoneTestCase*)new Test20(_modem, 20));
+   _tests.push_back((VodafoneTestCase*)new Test12(_modem, 12));
+   // _tests.push_back((VodafoneTestCase*)new Test50(_modem, 50));
 }
 
 int TestManager::runAll() {