Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
3:28336c2e94e4
Child:
4:1f8e079924ba
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tests/Test50.h	Thu Aug 23 13:32:32 2012 +0000
@@ -0,0 +1,19 @@
+#pragma once
+#include "VodafoneUSBModem.h"
+#include "LogHeader.h"
+class Test50 : public VodafoneTestCase {
+   public:
+      Test50(VodafoneUSBModem *m) : VodafoneTestCase(m) {
+         
+      }
+      
+      virtual bool runTest() {
+         LOG("Starting SMS-Socket loop soak test.");
+         
+         return true; 
+      }
+      
+   protected:
+      VodafoneUSBModem *_modem;
+      
+};
\ No newline at end of file