Ashley Mills / Mbed 2 deprecated VodafoneTestSuite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
53:54b2d3a0c7bf
Parent:
52:de6cc9d823ab
Child:
60:7efce4a3c26f
diff -r de6cc9d823ab -r 54b2d3a0c7bf Tests/Test08.cpp
--- a/Tests/Test08.cpp	Thu Oct 11 10:00:19 2012 +0000
+++ b/Tests/Test08.cpp	Fri Oct 12 10:03:37 2012 +0000
@@ -69,10 +69,12 @@
    // try connecting to DNS server directly
    int sockfd;
    //if(connectToSocket("88.82.13.28",53,&sockfd)) {
+   
    if(connectToSocket("109.74.199.96",80,&sockfd)) {
       close(sockfd);
    }
    
+   
    struct hostent *server;
    do {
       while(1) {