diff -r dee5afe5301f -r 3f74d0d4af4c tests/auto/qftp/tst_qftp.cpp --- a/tests/auto/qftp/tst_qftp.cpp Mon Mar 15 12:43:09 2010 +0200 +++ b/tests/auto/qftp/tst_qftp.cpp Thu Apr 08 14:19:33 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();