diff options
author | Caroline Chao <caroline.chao@nokia.com> | 2012-09-06 09:46:08 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-07 15:39:31 +0200 |
commit | f9b9a71c99f53680142a656dba4ced717106bc16 (patch) | |
tree | 0161da0bc766c51ae84249fa8c9c943c99bc2f49 /tests/auto | |
parent | 4bf55f979f5a7f9af0edcf601a099def6b218050 (diff) | |
download | qtbase-f9b9a71c99f53680142a656dba4ced717106bc16.tar.gz |
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>
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp b/tests/auto/xml/sax/qxmlsimplereader/tst_qxmlsimplereader.cpp index 7088fa3ac8..ac337e2f27 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); |