From f9b9a71c99f53680142a656dba4ced717106bc16 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Thu, 6 Sep 2012 09:46:08 +0200 Subject: [PATCH] Test: Remove QSKIP for tst_QXmlSimpleReader::inputFromSocket The test is now passing. Tested with intel compiler and vs2008. Task-number: QTBUG-22285 Change-Id: I728919833d9bcbf71bef68c06baef92667ff074b Reviewed-by: J-P Nurmi --- tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp b/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp index 7088fa3ac82..ac337e2f27b 100644 --- a/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp +++ b/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp @@ -582,9 +582,6 @@ void tst_QXmlSimpleReader::inputFromSocket() { QFETCH(QString, file_name); -#if defined(Q_OS_WIN32) && (defined(Q_CC_INTEL) || defined(Q_CC_MSVC_NET)) - QSKIP("Regression caused by QHOstInfo change 294548, see task 202231."); -#endif QTcpSocket sock; sock.connectToHost(QHostAddress::LocalHost, TEST_PORT);