summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/qpacketprotocol
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-04-16 15:25:23 +1000
committerBea Lam <bea.lam@nokia.com>2010-04-16 15:38:23 +1000
commitb458d672dbec892f00019edc1fe06156190401c7 (patch)
tree18341d7d6ad0d1aee0567e375b187d01b1df13b7 /tests/auto/declarative/qpacketprotocol
parent8620548e1024c44fbff1cb1becaab8d2d9e53cd5 (diff)
downloadqt4-tools-b458d672dbec892f00019edc1fe06156190401c7.tar.gz
Test not reliable
Diffstat (limited to 'tests/auto/declarative/qpacketprotocol')
-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 2621d658be..b8e317e060 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()