aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolet test applicationsXavier Claessens2009-04-223-120/+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
* coding style fixesGuillaume Desmottes2009-04-162-2/+2
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2836
* enable coding style checks in testsGuillaume Desmottes2009-04-161-0/+5
| | | | | | From: Guillaume Desmottes <gdesmott@gnome.org> svn path=/trunk/; revision=2835
* Adjust empetit to test the contact selector filtering.Jonny Lamb2009-04-111-0/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2806
* Add tests/test-empathy-presence-chooser to gitignoreXavier Claessens2009-04-111-0/+1
| | | | | | From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2803
* Coding style fix for testDavyd Madeley2009-04-111-2/+5
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2801
* Fix typo in my email addressDavyd Madeley2009-04-111-1/+1
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2784
* Update comment headers/copyrights/etc.Davyd Madeley2009-04-111-0/+20
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2782
* Add a test program for the presence widgetDavyd Madeley2009-04-112-1/+32
| | | | | | From: Davyd Madeley <davyd@madeley.id.au> svn path=/trunk/; revision=2767
* Add a message format for gtk_message_dialog_newXavier Claessens2009-01-311-1/+1
| | | | svn path=/trunk/; revision=2359
* Rename _get_selected to _dup_selected and make sure the contact is unrefed.Jonny Lamb2009-01-311-1/+3
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2357
* Removed dispatcher dup as it's been fixed.Jonny Lamb2009-01-311-4/+0
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2356
* Pass an EmpathyContactList to _new and create the store from that.Jonny Lamb2009-01-311-4/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2355
* Use empathy_gtk_init.Jonny Lamb2009-01-311-4/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2352
* Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.Jonny Lamb2009-01-311-3/+2
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2347
* Use gtk_main_quit as the destroy callback.Jonny Lamb2009-01-311-9/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2346
* Updated empetit to use the new dispatcher.Jonny Lamb2009-01-311-3/+26
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2338
* Use the new _dup_singleton function instead of _new.Jonny Lamb2009-01-311-1/+1
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2337
* Added Elliot's empetit test program.Jonny Lamb2009-01-313-1/+83
| | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2335
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-16/+16
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2185
* Port EmpathyContactManager to the new singleton policy.Xavier Claessens2009-01-092-2/+2
| | | | svn path=/trunk/; revision=2121
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
| | | | svn path=/trunk/; revision=2113
* Don't forget to include empathy-utils.h to get empathy_init().Xavier Claessens2008-12-161-0/+1
| | | | svn path=/trunk/; revision=1974
* Init empathy for megaphone, nothere and check-main.Xavier Claessens2008-12-121-0/+1
| | | | svn path=/trunk/; revision=1972
* gtk_init and g_thread_init shouldn't be called by libraries. Let ↵Xavier Claessens2008-12-121-1/+2
| | | | | | applications do it. svn path=/trunk/; revision=1971
* Use empathy_gtk_init()Xavier Claessens2008-12-121-1/+2
| | | | svn path=/trunk/; revision=1968
* Improve the contact-manager to display contacts in a comboboxXavier Claessens2008-12-051-15/+20
| | | | svn path=/trunk/; revision=1946
* Add necessary files to EXTRA_DISTXavier Claessens2008-12-011-0/+4
| | | | svn path=/trunk/; revision=1940
* Fix distcheck of tests/xml/Xavier Claessens2008-12-011-1/+1
| | | | svn path=/trunk/; revision=1938
* check-empathy-chatroom-manager.c: factor out change_account_name_in_fileXavier Claessens2008-10-131-36/+35
| | | | svn path=/trunk/; revision=1577
* check-empathy-chatroom-manager.c: check the result of system()Xavier Claessens2008-10-131-1/+7
| | | | svn path=/trunk/; revision=1576
* reuse test account instead of creating one at each test to avoid to pollute ↵Xavier Claessens2008-10-134-16/+29
| | | | | | gconf DB with loooooot of unremovable accounts svn path=/trunk/; revision=1573
* automatically save the chatroom mgr XML file when one chatroom is modifiedXavier Claessens2008-10-131-0/+74
| | | | svn path=/trunk/; revision=1568
* test empathy chatroom manager change favoriteXavier Claessens2008-10-131-0/+65
| | | | svn path=/trunk/; revision=1565
* test favorite changeXavier Claessens2008-10-131-0/+31
| | | | svn path=/trunk/; revision=1563
* test empathy_chatroom_manager_removeXavier Claessens2008-10-131-0/+56
| | | | svn path=/trunk/; revision=1562
* test empathy_chatroom_manager_addXavier Claessens2008-10-131-0/+65
| | | | svn path=/trunk/; revision=1561
* check_chatrooms_list: don't depend on the order of the chatrooms in the listXavier Claessens2008-10-131-5/+22
| | | | svn path=/trunk/; revision=1560
* factor out check_chatrooms_listXavier Claessens2008-10-131-30/+35
| | | | svn path=/trunk/; revision=1559
* factor out check_chatroomXavier Claessens2008-10-131-9/+18
| | | | svn path=/trunk/; revision=1558
* test chatroom xml parsingXavier Claessens2008-10-131-0/+37
| | | | svn path=/trunk/; revision=1557
* fix leak in destroy_test_accountXavier Claessens2008-10-131-0/+2
| | | | svn path=/trunk/; revision=1556
* rename remove_account_from_gconf to destroy_test_account and destroy the ↵Xavier Claessens2008-10-134-11/+8
| | | | | | account object in it svn path=/trunk/; revision=1555
* factor out create_test_accountXavier Claessens2008-10-134-8/+18
| | | | svn path=/trunk/; revision=1554
* move empathy specifc helpers to check-empathy-helpersXavier Claessens2008-10-137-102/+160
| | | | svn path=/trunk/; revision=1553
* load the chatrooms sample XML fileXavier Claessens2008-10-131-1/+20
| | | | svn path=/trunk/; revision=1552
* add 2 chatrooms to chatrooms-sample.xmlXavier Claessens2008-10-131-1/+14
| | | | svn path=/trunk/; revision=1551
* add remove_account_from_gconf to check-helpersXavier Claessens2008-10-132-0/+67
| | | | svn path=/trunk/; revision=1550
* fake the profile and the CM for testsXavier Claessens2008-10-134-3/+13
| | | | svn path=/trunk/; revision=1549
* factor out get_xml_file, get_user_xml_file and copy_xml_fileXavier Claessens2008-10-134-73/+44
| | | | svn path=/trunk/; revision=1548
* copy chatrooms xml file instead of using the sample one for testsXavier Claessens2008-10-131-1/+30
| | | | svn path=/trunk/; revision=1547
* move xml/chatrooms.xml to xml/chatrooms-sample.xmlXavier Claessens2008-10-132-1/+4
| | | | svn path=/trunk/; revision=1546
* rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cXavier Claessens2008-10-132-3/+2
| | | | svn path=/trunk/; revision=1545
* check-empathy-chatroom: unref and destroy the accountXavier Claessens2008-10-131-2/+5
| | | | svn path=/trunk/; revision=1544
* add a test file for EmpathyChatroomManagerXavier Claessens2008-10-136-2/+47
| | | | svn path=/trunk/; revision=1543
* add EmpathyChatroom testsXavier Claessens2008-10-134-1/+132
| | | | svn path=/trunk/; revision=1540
* Display debug messages in the contact-manager tests program.Xavier Claessens2008-08-031-0/+3
| | | | svn path=/trunk/; revision=1287
* Add new program to gitignoreXavier Claessens2008-04-111-0/+1
| | | | svn path=/trunk/; revision=887
* Change this test to be a bit more real-liveXavier Claessens2008-04-111-7/+19
| | | | svn path=/trunk/; revision=886
* Add a 2nd test for empathy_contact_run_until_ready(). This tests fails.Xavier Claessens2008-04-112-1/+66
| | | | svn path=/trunk/; revision=885
* Improve a bit the test and fix empathy_contact_run_until, data.ready was not ↵Xavier Claessens2008-03-111-8/+10
| | | | | | set. svn path=/trunk/; revision=760
* Minimal version of contact-run-until-ready testXavier Claessens2008-03-112-20/+15
| | | | svn path=/trunk/; revision=759
* Add a test for empathy_contact_run_until_readyXavier Claessens2008-03-112-1/+48
| | | | svn path=/trunk/; revision=758
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2008-03-042-24/+78
| | | | svn path=/trunk/; revision=693
* Add xml files for unit tests to the release tarballXavier Claessens2008-03-032-0/+5
| | | | svn path=/trunk/; revision=691
* Update collabora copyright to 2008Xavier Claessens2008-03-031-1/+1
| | | | svn path=/trunk/; revision=688
* Merge commit 'cassidy/irc'Xavier Claessens2008-02-1811-1/+1333
| | | | 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-299-0/+1047
| | | | | | This reverts commit 0cfd80847f0d66967f56c7d6b3eb46793f725859. svn path=/trunk/; revision=519
* merge git workXavier Claessens2007-12-299-1047/+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-299-0/+1049
| | | | svn path=/trunk/; revision=509
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-131-1/+1
| | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-chat-window.c: * libempathy/empathy-idle.c: * tests/contact-manager.c: Use g_timeout_add_seconds when appropriated to avoid weaking the process too much. svn path=/trunk/; revision=370
* Look in the local_pendings list if a contact is already local pending. FixXavier Claessens2007-09-281-2/+2
| | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-group.c: Look in the local_pendings list if a contact is already local pending. * tests/contact-manager.c: Fix white space typo. svn path=/trunk/; revision=326
* No need to init gtk, GMainLoop is enough and makes easier to run valgrind.Xavier Claessens2007-09-272-7/+11
| | | | | | | | | | | 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-212-0/+45
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