diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-10-23 17:23:51 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-10-28 09:06:26 (GMT) |
commit | c180071b66d4e5c22248c488df57c6acd6aa36ed (patch) | |
tree | 7583b2dba5f26a5cd0343257c7a6cca2cf99676b /src/dbus | |
parent | 735525dc51952c90846c8129b755422b288b204b (diff) | |
download | Qt-c180071b66d4e5c22248c488df57c6acd6aa36ed.zip Qt-c180071b66d4e5c22248c488df57c6acd6aa36ed.tar.gz Qt-c180071b66d4e5c22248c488df57c6acd6aa36ed.tar.bz2 |
Autotest: fix improper use of the serviceOwnerChanged signal
This test was doubly wrong: it first registered a service name, then
it connected to signal to watch it. You can't receive a signal if you
connect to it after it's emitted...
Second, it waited for any serviceOwnerChanged() signal to exit the
event loop, not necessarily the one we wanted to receive.
This used to work because we'd always connect to the D-Bus signal, but
now we don't anymore.
Diffstat (limited to 'src/dbus')
0 files changed, 0 insertions, 0 deletions