aboutsummaryrefslogtreecommitdiffstats
path: root/tests/interactive
Commit message (Collapse)AuthorAgeFilesLines
* remove empathy-auto-salut-account-helperGuillaume Desmottes2012-02-171-11/+0
| | | | | | It was used only by the accounts assistant https://bugzilla.gnome.org/show_bug.cgi?id=652669
* Remove empathy-account-assistantGuillaume Desmottes2012-02-171-42/+0
| | | | | | DIE DIE DIE!!! https://bugzilla.gnome.org/show_bug.cgi?id=652669
* contact-blocking-dialog: stop using EmpathyContactManagerGuillaume Desmottes2011-12-021-7/+35
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=660547
* remove EmpathyContactManager's testGuillaume Desmottes2011-11-242-45/+0
| | | | | | We want to get rid of it any way. https://bugzilla.gnome.org/show_bug.cgi?id=663387
* empathy-logs: prepare the account manager firstGuillaume Desmottes2011-11-141-3/+21
| | | | | | The log viewer assumes it's already prepared. https://bugzilla.gnome.org/show_bug.cgi?id=663873
* empathy-logs: port to TP coding styleGuillaume Desmottes2011-11-141-17/+15
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=663873
* remove empetitGuillaume Desmottes2011-10-092-71/+0
| | | | | | It used to test EmpathyContactSelector which is going away. https://bugzilla.gnome.org/show_bug.cgi?id=629517
* tests: simplify running blocking dialogWill Thompson2011-08-091-8/+1
| | | | This is reminiscent of 8f42bd4.
* PresetDialog test: quit cleanlyWill Thompson2011-06-241-5/+4
| | | | | Previously one had to kill the process, but by just switching to gtk_dialog_run() we get more functionality for less code. :D
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-2/+1
|
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-2/+2
| | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
* 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-083-0/+48
|
* Group all harddeps in one pkg-config callXavier Claessens2010-11-151-2/+0
| | | | We do not support GTK2 anymore, so there is no point in keeping those
* Make AccountChooser filters asynchronous to let them handle newly connected ↵Vitaly Minko2010-11-111-2/+4
| | | | accounts properly (#633481).
* allow building empathy without edsSaleem Abdulrasool2010-08-251-3/+5
|
* re-implement empathy_dispatcher_chat_with_contact using ↵Guillaume Desmottes2010-08-111-21/+1
| | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway.
* move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-081-1/+3
|
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-181-2/+0
|
* tests: add TPL CFLAGS and LIBSGuillaume Desmottes2010-06-181-0/+2
|
* add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-251-1/+2
|
* add tests/interactive/test-empathy-account-chooser.cGuillaume Desmottes2010-04-053-1/+49
|
* Point Makefile.am to .lo files, to please some libtool deityFrédéric Péters2010-02-181-5/+5
|
* Pass a ready EmpathyConnectionManagers to empathy_account_assistant_showGuillaume Desmottes2010-01-251-4/+21
| | | | | This kinda suck but we have to construct the assistant in a sync way so can't wait for the manager to become ready.
* Call create_salut_account_if_needed when the assistant is closedGuillaume Desmottes2010-01-201-1/+2
| | | | | That way we only try to create the account if the assistant properly terminates (#607436).
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-193-0/+63
|
* move test app needing user interaction to interactive/Guillaume Desmottes2009-10-298-0/+336
tests/ should be used only for automatic unit tests.