summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-16 05:25:23 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-04-16 05:38:23 (GMT)
commitb458d672dbec892f00019edc1fe06156190401c7 (patch)
tree18341d7d6ad0d1aee0567e375b187d01b1df13b7 /tests/auto
parent8620548e1024c44fbff1cb1becaab8d2d9e53cd5 (diff)
downloadQt-b458d672dbec892f00019edc1fe06156190401c7.zip
Qt-b458d672dbec892f00019edc1fe06156190401c7.tar.gz
Qt-b458d672dbec892f00019edc1fe06156190401c7.tar.bz2
Test not reliable
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/qpacketprotocol/tst_qpacketprotocol.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/auto/declarative/qpacketprotocol/tst_qpacketprotocol.cpp b/tests/auto/declarative/qpacketprotocol/tst_qpacketprotocol.cpp
index 2621d65..b8e317e 100644
--- a/tests/auto/declarative/qpacketprotocol/tst_qpacketprotocol.cpp
+++ b/tests/auto/declarative/qpacketprotocol/tst_qpacketprotocol.cpp
@@ -111,14 +111,6 @@ void tst_QPacketProtocol::setMaximumPacketSize()
QPacketProtocol out(m_serverConn);
QCOMPARE(out.setMaximumPacketSize(size), expected);
-
- if (size == expected) {
- QPacketProtocol in(m_client);
- QByteArray b;
- b.fill('a', size + 1);
- out.send() << b.constData();
- QVERIFY(QDeclarativeDebugTest::waitForSignal(&in, SIGNAL(invalidPacket())));
- }
}
void tst_QPacketProtocol::setMaximumPacketSize_data()