diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-16 15:25:23 +1000 |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-16 15:38:23 +1000 |
commit | b458d672dbec892f00019edc1fe06156190401c7 (patch) | |
tree | 18341d7d6ad0d1aee0567e375b187d01b1df13b7 /tests/auto/declarative/qpacketprotocol | |
parent | 8620548e1024c44fbff1cb1becaab8d2d9e53cd5 (diff) | |
download | qt4-tools-b458d672dbec892f00019edc1fe06156190401c7.tar.gz |
Test not reliable
Diffstat (limited to 'tests/auto/declarative/qpacketprotocol')
-rw-r--r-- | tests/auto/declarative/qpacketprotocol/tst_qpacketprotocol.cpp | 8 |
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() |