summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@nokia.com>2010-03-19 04:27:26 (GMT)
committerAaron McCarthy <aaron.mccarthy@nokia.com>2010-03-19 04:27:26 (GMT)
commit02bdd61245da529ff99cdebc939b33fefe398f48 (patch)
tree7571377e856432611f031051a08d2bbe437bf5b7 /tests
parentf9e3b16b7e2f3ca9ecf6f05341c2a78fb561b682 (diff)
downloadQt-02bdd61245da529ff99cdebc939b33fefe398f48.zip
Qt-02bdd61245da529ff99cdebc939b33fefe398f48.tar.gz
Qt-02bdd61245da529ff99cdebc939b33fefe398f48.tar.bz2
Revert "Don't emit open signal on session close/error."
This reverts commit 39818f933b958d504b9cc18487658209d1df22da.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qnetworksession/test/tst_qnetworksession.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/qnetworksession/test/tst_qnetworksession.cpp b/tests/auto/qnetworksession/test/tst_qnetworksession.cpp
index 35f7ba7..4b56f77 100644
--- a/tests/auto/qnetworksession/test/tst_qnetworksession.cpp
+++ b/tests/auto/qnetworksession/test/tst_qnetworksession.cpp
@@ -628,9 +628,6 @@ void tst_QNetworkSession::sessionOpenCloseStop()
QVERIFY(session.state() == previousState);
- QVERIFY(sessionOpenedSpy.isEmpty());
- QCOMPARE(sessionClosedSpy.count(), 1);
-
if (error == QNetworkSession::OperationNotSupportedError) {
// The session needed to bring up the interface,
// but the operation is not supported.