Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
67:a61d60fa342c
Parent:
66:6b00a764e549
Child:
72:0e8e769fcf76
--- a/TestManager.cpp	Thu Nov 01 11:19:47 2012 +0000
+++ b/TestManager.cpp	Thu Nov 01 15:49:08 2012 +0000
@@ -14,15 +14,15 @@
       case  3: return (VodafoneTestCase*) new Test03(_modem);
       case  4: return (VodafoneTestCase*) new Test04(_modem);
       case  5: return (VodafoneTestCase*) new Test05(_modem);
-      case  6: return (VodafoneTestCase*) new Test06(_modem);;
-      case  7: return (VodafoneTestCase*) new Test07(_modem);;
-      case  8: return (VodafoneTestCase*) new Test08(_modem);;
-      case  9: return (VodafoneTestCase*) new Test09(_modem);;
-      case 10: return (VodafoneTestCase*) new Test10(_modem);;
-      case 11: return (VodafoneTestCase*) new Test11(_modem);;
-      case 12: return (VodafoneTestCase*) new Test12(_modem);;
-      case 13: return (VodafoneTestCase*) new Test13(_modem);;
-      case 14: break;
+      case  6: return (VodafoneTestCase*) new Test06(_modem);
+      case  7: return (VodafoneTestCase*) new Test07(_modem);
+      case  8: return (VodafoneTestCase*) new Test08(_modem);
+      case  9: return (VodafoneTestCase*) new Test09(_modem);
+      case 10: return (VodafoneTestCase*) new Test10(_modem);
+      case 11: return (VodafoneTestCase*) new Test11(_modem);
+      case 12: return (VodafoneTestCase*) new Test12(_modem);
+      case 13: return (VodafoneTestCase*) new Test13(_modem);
+      case 14: return (VodafoneTestCase*) new Test14(_modem);
       case 15: break;
       case 16: break;
       case 17: break;