summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-10 01:14:36 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-10 10:09:22 +0100
commita7760bd7e24ad28fb617b5634300b31fd2174b20 (patch)
tree282b384054ecbd18dc11336557c5fbf4e541c288
parent08dbc36a09e79fa07204164281030320db96926c (diff)
test: Re-enabled passing test in tst_qdbuspendingcall
tst_QDBusPendingCall::watcher_waitForFinished_threaded() autotest was fixed by 42004eccf246cbc110f0ad22caa85efeeeb640bb Task-number: QTBUG-20859 Change-Id: Iad3c735e07b3ef21796c3aab1211e18e621ca4d3 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
-rw-r--r--tests/auto/qdbuspendingcall/qdbuspendingcall.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qdbuspendingcall/qdbuspendingcall.pro b/tests/auto/qdbuspendingcall/qdbuspendingcall.pro
index 03b5959987..b4b3cfc77e 100644
--- a/tests/auto/qdbuspendingcall/qdbuspendingcall.pro
+++ b/tests/auto/qdbuspendingcall/qdbuspendingcall.pro
@@ -2,5 +2,3 @@ load(qttest_p4)
requires(contains(QT_CONFIG, dbus))
QT = core dbus
SOURCES += tst_qdbuspendingcall.cpp
-
-CONFIG+=insignificant_test # QTQAINFRA-428