aboutsummaryrefslogtreecommitdiffstats
path: root/tests/interactive/test-empathy-contact-blocking-dialog.c
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF postal addressGuillaume Desmottes2014-01-061-4/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=721484
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-3/+3
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-3/+3
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* contact-blocking-dialog: stop using EmpathyContactManagerGuillaume Desmottes2011-12-021-7/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* tests: simplify running blocking dialogWill Thompson2011-08-091-8/+1
| | | | This is reminiscent of 8f42bd4.
* Prepare EmpathyContactManager in testDanielle Madeley2011-03-081-0/+7
|
* Connect ::response in testDanielle Madeley2011-03-081-0/+3
|
* Test for contact blocking dialogDanielle Madeley2011-03-081-0/+45