Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Files at this revision

API Documentation at this revision

Comitter:
ashleymills
Date:
Tue Sep 04 15:36:59 2012 +0000
Parent:
20:18373fb68ad7
Child:
22:5b1feecf2aeb
Commit message:
Moved long tests into SoakTests list.

Changed in this revision

Tests/Tests.h Show annotated file Show diff for this revision Revisions of this file
--- 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