Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
21:3875fe74d358
Parent:
20:18373fb68ad7
Child:
22:5b1feecf2aeb
--- a/Tests/Tests.h	Tue Sep 04 15:31:55 2012 +0000
+++ b/Tests/Tests.h	Tue Sep 04 15:36:59 2012 +0000
@@ -6,7 +6,9 @@
 #include "Test23.h"
 #include "Test50.h"
 
-const int gAutomatedTests[] = {21,22,23,50};
-const int gNumAutomatedTests = 4;
+const int gAutomatedTests[] = {21,22,23};
+const int gNumAutomatedTests = 3;
 const int gInteractiveTests[] = {12,13};
-const int gNumInteractiveTests = 2;
\ No newline at end of file
+const int gNumInteractiveTests = 2;
+const int gSoakTests[] = {50};
+const int gNumSoakTests = 1;
\ No newline at end of file