Autotest: make sure we create the QDBusInterface after the object exists.
commita80d8f015f68cb2b6d5f4cc8b2893543122c5d2b
authorThiago Macieira <thiago.macieira@nokia.com>
Mon, 29 Jun 2009 14:16:57 +0000 (29 16:16 +0200)
committerThiago Macieira <thiago.macieira@nokia.com>
Thu, 2 Jul 2009 09:43:34 +0000 (2 11:43 +0200)
treef224d7822db10d6f3d8e1e927b1d3de1cd623e38
parentc4fa498f447bd569ee91e16f07bdb7954b5adc76
Autotest: make sure we create the QDBusInterface after the object exists.

The current code allows making calls to QDBusInterface objects that
failed to introspect. It's technically a valid condition. You won't be
able to connect to signals, get or set properties, but making calls
was possible.

I don't know if I want to keep this change in behaviour.
tests/auto/qdbusabstractadaptor/tst_qdbusabstractadaptor.cpp