Test: Remove QSKIP for tst_QXmlSimpleReader::inputFromSocket
authorCaroline Chao <caroline.chao@nokia.com>
Thu, 6 Sep 2012 07:46:08 +0000 (09:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Sep 2012 13:39:31 +0000 (15:39 +0200)
The test is now passing. Tested with intel compiler and vs2008.

Task-number: QTBUG-22285

Change-Id: I728919833d9bcbf71bef68c06baef92667ff074b
Reviewed-by: J-P Nurmi <j-p.nurmi@nokia.com>
tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp

index 7088fa3..ac337e2 100644 (file)
@@ -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);