qt5base-lts/tests/auto/dbus/qdbusabstractinterface
Thiago Macieira 6c48b9ad87 Remove bogus portion of unit test
In Qt 4, QSignalSpy didn't *really* connect to the signal it was
spying on. See the "we need to connect the signal somewhere in order
for D-Bus to enable the rules" comments.

In Qt 5, it connects, which rendered this section of the test bogus:
since the signal is still connected, the QSignalSpy will notice that
fact and will not be empty. This is passing due to a false
positive. The upcoming fix breaks it, so we need to remove it.

Change-Id: Ic8fbf7d0e941403e97149f5bc392334a52c66ab1
Reviewed-by: Lorn Potter <lorn.potter@jollamobile.com>
2013-03-15 21:37:51 +01:00
..
qpinger Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
test Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
interface.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
interface.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
org.qtproject.QtDBus.Pinger.xml Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
pinger.cpp Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
pinger.h Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qdbusabstractinterface.pro Finish cleaning up com.trolltech -> org.qtproject in QtDBus 2012-04-16 00:07:39 +02:00
tst_qdbusabstractinterface.cpp Remove bogus portion of unit test 2013-03-15 21:37:51 +01:00