aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Make the import system more future-proofCosimo Cecchi2009-08-221-1/+1
| | | | | | | | | Split the utilities from the widget and the dialog; we now have an enum for supported applications, with a special value which means "all applications", which is the only one which triggers showing the "Source" column in EmpathyImportWidget. We need this to avoid being redundant in the EmpathyAccountAssistant, as we already choose there the application from which to import.
* Update the testCosimo Cecchi2009-08-221-0/+3
|
* Move back the account assistant to src/Cosimo Cecchi2009-08-221-0/+5
|
* Add a test for the assistantCosimo Cecchi2009-08-221-0/+2
|
* Transform profile chooser into a protocol chooserSjoerd Simons2009-07-061-2/+2
|
* Add test-empathy-profile-chooser.Jonny Lamb2009-06-051-1/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge branch 'presets-dialog'Davyd Madeley2009-04-231-1/+3
|\
| * Skeleton of a test program for the dialogDavyd Madeley2009-04-211-1/+3
| |
* | Remove obsolet test applicationsXavier Claessens2009-04-221-4/+0
|/
* Use autotools magic to take care of disabling deprecated symbolsLaurent Bigonville2009-04-181-1/+2
| | | | | Passing --enable-maintainer-mode to the configure will disable deprecated symbols
* enable coding style checks in testsGuillaume Desmottes2009-04-161-0/+5
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835
* Add a test program for the presence widgetDavyd Madeley2009-04-111-1/+3
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767
* Added Elliot's empetit test program.Jonny Lamb2009-01-311-1/+4
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335
* Add necessary files to EXTRA_DISTXavier Claessens2008-12-011-0/+4
| | | | svn path=/trunk/; revision=1940
* move empathy specifc helpers to check-empathy-helpersXavier Claessens2008-10-131-0/+2
| | | | svn path=/trunk/; revision=1553
* fake the profile and the CM for testsXavier Claessens2008-10-131-1/+3
| | | | svn path=/trunk/; revision=1549
* rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cXavier Claessens2008-10-131-1/+1
| | | | svn path=/trunk/; revision=1545
* add a test file for EmpathyChatroomManagerXavier Claessens2008-10-131-1/+2
| | | | svn path=/trunk/; revision=1543
* add EmpathyChatroom testsXavier Claessens2008-10-131-1/+2
| | | | svn path=/trunk/; revision=1540
* Add a 2nd test for empathy_contact_run_until_ready(). This tests fails.Xavier Claessens2008-04-111-1/+3
| | | | svn path=/trunk/; revision=885
* Add a test for empathy_contact_run_until_readyXavier Claessens2008-03-111-1/+3
| | | | svn path=/trunk/; revision=758
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2008-03-041-0/+1
| | | | svn path=/trunk/; revision=693
* Add xml files for unit tests to the release tarballXavier Claessens2008-03-031-0/+2
| | | | svn path=/trunk/; revision=691
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-181-1/+6
| | | | svn path=/trunk/; revision=649
* Do not install tests programsXavier Claessens2008-01-171-1/+1
| | | | svn path=/trunk/; revision=571
* Revert "merge git work"Xavier Claessens2007-12-291-0/+25
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-291-25/+0
| | | | svn path=/trunk/; revision=518
* Fix build of testsXavier Claessens2007-12-291-2/+0
| | | | svn path=/trunk/; revision=510
* Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes).Xavier Claessens2007-12-291-0/+27
| | | | svn path=/trunk/; revision=509
* No need to init gtk, GMainLoop is enough and makes easier to run valgrind.Xavier Claessens2007-09-271-1/+1
| | | | | | | | | | | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> * tests/contact-manager.c: * tests/Makefile.am: No need to init gtk, GMainLoop is enough and makes easier to run valgrind. svn path=/trunk/; revision=324
* Fix warnings when finalizing.Xavier Claessens2007-09-211-0/+15
2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing. * tests/contact-manager.c: * tests/Makefile.am: * configure.ac: * Makefile.am: Add a test program to track leaks. svn path=/trunk/; revision=304