diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-10 00:14:36 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-10 09:09:22 (GMT) |
commit | a7760bd7e24ad28fb617b5634300b31fd2174b20 (patch) | |
tree | 282b384054ecbd18dc11336557c5fbf4e541c288 /tests | |
parent | 08dbc36a09e79fa07204164281030320db96926c (diff) | |
download | Qt-a7760bd7e24ad28fb617b5634300b31fd2174b20.zip Qt-a7760bd7e24ad28fb617b5634300b31fd2174b20.tar.gz Qt-a7760bd7e24ad28fb617b5634300b31fd2174b20.tar.bz2 |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qdbuspendingcall/qdbuspendingcall.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qdbuspendingcall/qdbuspendingcall.pro b/tests/auto/qdbuspendingcall/qdbuspendingcall.pro index 03b5959..b4b3cfc 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 |