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 <j-p.nurmi@nokia.com>
This commit is contained in:
Caroline Chao 2012-09-06 09:46:08 +02:00 committed by Qt by Nokia
parent 4bf55f979f
commit f9b9a71c99

View 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);