Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
28:c630a04a7198
Parent:
23:408199b5d2cb
Child:
29:c0e6f198db84
--- a/TestManager.cpp	Wed Sep 05 16:38:06 2012 +0000
+++ b/TestManager.cpp	Mon Sep 10 04:59:11 2012 +0000
@@ -7,11 +7,13 @@
    _tests.push_back((VodafoneTestCase*)new Test10(_modem,10));
    
    for(int i=11; i<12; i++) {  _tests.push_back(NULL); }
-   
    _tests.push_back((VodafoneTestCase*)new Test12(_modem,12));
    _tests.push_back((VodafoneTestCase*)new Test13(_modem,13));
    
-   for(int i=14; i<21; i++) { _tests.push_back(NULL); }
+   for(int i=14; i<16; i++) { _tests.push_back(NULL); }
+   _tests.push_back((VodafoneTestCase*)new Test16(_modem,16));
+
+   for(int i=17; i<21; i++) { _tests.push_back(NULL); }
    
    _tests.push_back((VodafoneTestCase*)new Test21(_modem,21));
    _tests.push_back((VodafoneTestCase*)new Test22(_modem,22));