Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
3:28336c2e94e4
Parent:
2:ea883307d02f
Child:
4:1f8e079924ba
--- a/TestManager.h	Wed Aug 22 13:27:34 2012 +0000
+++ b/TestManager.h	Thu Aug 23 13:32:32 2012 +0000
@@ -2,6 +2,12 @@
 #include "VodafoneUSBModem.h"
 #include "VodafoneTestCase.h"
 #include <vector>
+
+enum TestNames {
+   TEST0_SMSSHORT=0,
+   TEST1_SMSLONG
+};
+
 class TestManager {
 
    public: