Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
36:dd730ff4962e
Parent:
35:6867af70c51c
Child:
38:83085bfd1018
--- a/TestManager.cpp	Thu Sep 13 12:17:18 2012 +0000
+++ b/TestManager.cpp	Thu Sep 13 13:54:17 2012 +0000
@@ -9,7 +9,7 @@
 TestManager::TestManager(VodafoneUSBModem *m) : _modem(m) {
    // using direct array indexing instead of searching each time
    // dummy tests are inserted by the addTest function
-   _tests.push_back((VodafoneTestCase*)new Test10(m));
+   addTest((VodafoneTestCase*)new Test10(m));
    addTest((VodafoneTestCase*)new Test12(m));
    addTest((VodafoneTestCase*)new Test13(m));
    addTest((VodafoneTestCase*)new Test16(m));