Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
72:0e8e769fcf76
Parent:
67:a61d60fa342c
--- a/TestManager.cpp	Thu Jun 27 13:09:14 2013 +0000
+++ b/TestManager.cpp	Fri Sep 20 12:36:03 2013 +0000
@@ -23,7 +23,7 @@
       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 15: return (VodafoneTestCase*) new Test15(_modem);
       case 16: break;
       case 17: break;
       case 18: break;