Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-rtos mbed HTTPClient VodafoneUSBModem
Diff: TestManager.cpp
- Revision:
- 9:3ff68422f4d7
- Parent:
- 7:ec0db221f897
- Child:
- 13:8b69853966f8
--- a/TestManager.cpp Thu Aug 23 16:02:34 2012 +0000 +++ b/TestManager.cpp Fri Aug 24 10:42:44 2012 +0000 @@ -1,8 +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 Test12(_modem)); + _tests.push_back((VodafoneTestCase*)new Test50(_modem)); } int TestManager::runAll() {