summaryrefslogtreecommitdiffstats
path: root/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp')
-rw-r--r--tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp b/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
index 447181f2..de406b40 100644
--- a/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
+++ b/tests/auto/qgeoroutereply/tst_qgeoroutereply.cpp
@@ -197,7 +197,7 @@ void tst_QGeoRouteReply::abort()
reply->abort();
QCOMPARE(signalerror->count(), 0);
- QCOMPARE(signalfinished->count(), 1);
+ QCOMPARE(signalfinished->count(), 0);
}
void tst_QGeoRouteReply::error()