Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
31:9231acdde9ff
Parent:
30:dd2beda340c6
Child:
33:16126e029d58
--- a/Tests/Tests.h	Wed Sep 12 10:18:28 2012 +0000
+++ b/Tests/Tests.h	Wed Sep 12 16:55:00 2012 +0000
@@ -2,6 +2,7 @@
 #include "Test10.h"
 #include "Test12.h"
 #include "Test13.h"
+#include "Test14.h"
 #include "Test16.h"
 #include "Test21.h"
 #include "Test22.h"
@@ -11,11 +12,11 @@
 #include "Test50.h"
 #include "Test56.h"
 
-const int gAllTests[] = {10,12,13,21,22,23,25,26,50};
-const int gNumAllTests = 9;
-const int gAutomatedTests[] = {10,21,22,23,25,26};
-const int gNumAutomatedTests = 6;
-const int gInteractiveTests[] = {56,16,12,13};
+const int gAllTests[] = {10,16,12,13,21,22,23,25,26,50};
+const int gNumAllTests = 10;
+const int gAutomatedTests[] = {10,16,12,21,22,23,25,26};
+const int gNumAutomatedTests = 8;
+const int gInteractiveTests[] = {16,12,14,13};
 const int gNumInteractiveTests = 4;
 const int gSoakTests[] = {50};
 const int gNumSoakTests = 1;
@@ -49,7 +50,10 @@
    NULL,
    gTest12Description,
    gTest13Description,
-   NULL,NULL,NULL,NULL,NULL,NULL,NULL,
+   gTest14Description,
+   NULL,
+   gTest16Description,
+   NULL,NULL,NULL,NULL,
    gTest21Description,
    gTest22Description,
    gTest23Description,