6c48b9ad87
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> |
||
---|---|---|
.. | ||
qpinger | ||
test | ||
interface.cpp | ||
interface.h | ||
org.qtproject.QtDBus.Pinger.xml | ||
pinger.cpp | ||
pinger.h | ||
qdbusabstractinterface.pro | ||
tst_qdbusabstractinterface.cpp |