tests/auto/qftp/tst_qftp.cpp
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 14 c0432d11811c
--- a/tests/auto/qftp/tst_qftp.cpp	Fri Apr 16 15:50:13 2010 +0300
+++ b/tests/auto/qftp/tst_qftp.cpp	Mon May 03 13:17:34 2010 +0300
@@ -308,7 +308,7 @@
     if (setProxy)
         QSKIP( "This test takes too long if we test with proxies too", SkipSingle );
 
-    QString host = "1.2.3.4";
+    QString host = "192.0.2.42"; // IP out of TEST-NET, should be unreachable
     uint port = 21;
 
     ftp = newFtp();