summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdbusabstractinterface
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-065-7/+7
| | | | Reviewed-by: Trust Me
* Autotest: prevent race-condition from causing a test failure.Thiago Macieira2009-11-081-1/+2
| | | | | | | | | | The test requires receiving the NameOwnerChanged signal from the bus before the voidSignal we emit ourselves. For whatever reason, the bus apparently delays the emission of that signal, which could cause our signal to be received first. We should actually wait for the signal, but a simple processEvents is enough in my tests.
* Autotest: this test is failing, enable debugging to find out why.Thiago Macieira2009-10-291-1/+4
| | | | | | | It doesn't happen on my machine, so I need to figure out what's different. Reviewed-by: Trust Me
* Autotest: add a test that tries to follow a service changing owners.Thiago Macieira2009-10-281-0/+56
| | | | I'm not sure if this used to work before...
* Update license headers again.Jason McDonald2009-09-095-20/+20
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-315-65/+65
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-125-5/+5
| | | | Reviewed-by: Trust Me
* Replace internalPropGet and internalPropSet with the QObject versions in ↵Thiago Macieira2009-07-021-8/+8
| | | | | | | | QDBusAbstractInterface. They're now good enough and as fast. Reviewed-By: Marius Bugge Monsen
* Autotest: add tests for checking variant propertiesThiago Macieira2009-07-024-2/+60
|
* Autotest: Add testing of QDBusAbstractInterfaceThiago Macieira2009-07-027-0/+936