summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-exit-on-close.c
Commit message (Collapse)AuthorAgeFilesLines
* Use GTestDBus in all GDBus unit testsXavier Claessens2012-04-191-6/+6
| | | | | | | To make port easier, this rewrites dbus-sessionbus.c using a GTestDBus singleton internally. https://bugzilla.gnome.org/show_bug.cgi?id=672985
* Revert "Add GTestDBus object"David Zeuthen2012-04-181-6/+6
| | | | This reverts commit 1b5f70b5b035019ba28da6a5db6eff8122e17ae7.
* Add GTestDBus objectXavier Claessens2012-04-181-6/+6
| | | | | | | | This is a helper to write unit tests using a private dbus-daemon. session_bus_up/down() are now just wrappers around a GTestDBus singleton. https://bugzilla.gnome.org/show_bug.cgi?id=672985
* gdbus-exit-on-close test: don't leak a variantSimon McVittie2011-11-111-0/+1
| | | | | | | Bug: https://bugzilla.gnome.org/show_bug.cgi?id=662100 Bug-NB: NB#287088 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Colin Walters <walters@verbum.org>
* gdbus-exit-on-close test: optionally be more verbose for debuggingSimon McVittie2011-11-111-1/+27
| | | | | | | Bug: https://bugzilla.gnome.org/show_bug.cgi?id=662100 Bug-NB: NB#287088 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Colin Walters <walters@verbum.org>
* gdbus-exit-on-close test: cover more possibilitiesSimon McVittie2011-10-191-16/+125
| | | | | | | | | | | | | | We didn't previously test anything except the implicit default of TRUE. Now we test implicit TRUE, explicit TRUE, explicit FALSE, and disconnecting at the local end (which regressed while fixing Bug #651268). Also avoid some questionable use of a main context, which fell foul of Bug #658999 and caused this test to be disabled in master. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=662100 Bug-NB: NB#287088 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: David Zeuthen <davidz@redhat.com>
* Revert "Disable two GDBus tests"Simon McVittie2011-10-191-2/+1
| | | | | | | | This reverts commit 05ef173466e32d8b3d212803e4a72239913a362d. Bug: https://bugzilla.gnome.org/show_bug.cgi?id=662100 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: David Zeuthen <davidz@redhat.com>
* Disable two GDBus testsRyan Lortie2011-09-161-1/+2
| | | | | | | These tests try to use GMainContext across fork() which now fails a lot more violently than it used to. See https://bugzilla.gnome.org/show_bug.cgi?id=658999 for information.
* Fix gdbus-exit-on-close test caseDavid Zeuthen2010-08-031-1/+1
| | | | | | Forgot to update the test case after last commit. Signed-off-by: David Zeuthen <davidz@redhat.com>
* More copyright year updatesMatthias Clasen2010-05-101-1/+1
|
* Initial GDBus code-drop from GDBus-standalone repoDavid Zeuthen2010-05-061-0/+82
Things compile and the test-suite passes. Still need to hook up gio.symbols and docs. There are still a bunch of TODOs left in the sources that needs to be addressed. Signed-off-by: David Zeuthen <davidz@redhat.com>