Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
16:c89d426c6175
Parent:
13:8b69853966f8
Child:
19:26fbed33d4e7
--- a/TestManager.cpp	Wed Aug 29 14:13:49 2012 +0000
+++ b/TestManager.cpp	Thu Aug 30 14:06:22 2012 +0000
@@ -3,6 +3,7 @@
 TestManager::TestManager(VodafoneUSBModem *m) : _modem(m) { 
    _tests.push_back((VodafoneTestCase*)new Test20(_modem, 20));
    _tests.push_back((VodafoneTestCase*)new Test12(_modem, 12));
+   _tests.push_back((VodafoneTestCase*)new Test13(_modem, 13));
    // _tests.push_back((VodafoneTestCase*)new Test50(_modem, 50));
 }