Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
20:18373fb68ad7
Parent:
19:26fbed33d4e7
Child:
21:3875fe74d358
--- a/Tests/Tests.h	Mon Sep 03 16:02:58 2012 +0000
+++ b/Tests/Tests.h	Tue Sep 04 15:31:55 2012 +0000
@@ -3,9 +3,10 @@
 #include "Test13.h"
 #include "Test21.h"
 #include "Test22.h"
+#include "Test23.h"
 #include "Test50.h"
 
-const int gAutomatedTests[] = {21,22,50};
-const int gNumAutomatedTests = 3;
+const int gAutomatedTests[] = {21,22,23,50};
+const int gNumAutomatedTests = 4;
 const int gInteractiveTests[] = {12,13};
 const int gNumInteractiveTests = 2;
\ No newline at end of file