summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+.Jonny Lamb1-3/+2
2009-01-30Use gtk_main_quit as the destroy callback.Jonny Lamb1-9/+1
2009-01-30Updated empetit to use the new dispatcher.Jonny Lamb1-3/+26
2009-01-30Use the new _dup_singleton function instead of _new.Jonny Lamb1-1/+1
2009-01-30Added Elliot's empetit test program.Jonny Lamb3-1/+83
2009-01-09Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons1-16/+16
2009-01-09Port EmpathyContactManager to the new singleton policy.Xavier Claessens2-2/+2
2009-01-09Port EmpathyContactFactory to the new singleton policy.Xavier Claessens1-1/+1
2008-12-15Don't forget to include empathy-utils.h to get empathy_init().Xavier Claessens1-0/+1
2008-12-12Init empathy for megaphone, nothere and check-main.Xavier Claessens1-0/+1
2008-12-12gtk_init and g_thread_init shouldn't be called by libraries. Let applications...Xavier Claessens1-1/+2
2008-12-12Use empathy_gtk_init()Xavier Claessens1-1/+2
2008-12-04Improve the contact-manager to display contacts in a comboboxXavier Claessens1-15/+20
2008-12-01Add necessary files to EXTRA_DISTXavier Claessens1-0/+4
2008-12-01Fix distcheck of tests/xml/Xavier Claessens1-1/+1
2008-10-13check-empathy-chatroom-manager.c: factor out change_account_name_in_fileXavier Claessens1-36/+35
2008-10-13check-empathy-chatroom-manager.c: check the result of system()Xavier Claessens1-1/+7
2008-10-13reuse test account instead of creating one at each test to avoid to pollute g...Xavier Claessens4-16/+29
2008-10-13automatically save the chatroom mgr XML file when one chatroom is modifiedXavier Claessens1-0/+74
2008-10-13test empathy chatroom manager change favoriteXavier Claessens1-0/+65
2008-10-13test favorite changeXavier Claessens1-0/+31
2008-10-13test empathy_chatroom_manager_removeXavier Claessens1-0/+56
2008-10-13test empathy_chatroom_manager_addXavier Claessens1-0/+65
2008-10-13check_chatrooms_list: don't depend on the order of the chatrooms in the listXavier Claessens1-5/+22
2008-10-13factor out check_chatrooms_listXavier Claessens1-30/+35
2008-10-13factor out check_chatroomXavier Claessens1-9/+18
2008-10-13test chatroom xml parsingXavier Claessens1-0/+37
2008-10-13fix leak in destroy_test_accountXavier Claessens1-0/+2
2008-10-13rename remove_account_from_gconf to destroy_test_account and destroy the acco...Xavier Claessens4-11/+8
2008-10-13factor out create_test_accountXavier Claessens4-8/+18
2008-10-13move empathy specifc helpers to check-empathy-helpersXavier Claessens7-102/+160
2008-10-13load the chatrooms sample XML fileXavier Claessens1-1/+20
2008-10-13add 2 chatrooms to chatrooms-sample.xmlXavier Claessens1-1/+14
2008-10-13add remove_account_from_gconf to check-helpersXavier Claessens2-0/+67
2008-10-13fake the profile and the CM for testsXavier Claessens4-3/+13
2008-10-13factor out get_xml_file, get_user_xml_file and copy_xml_fileXavier Claessens4-73/+44
2008-10-13copy chatrooms xml file instead of using the sample one for testsXavier Claessens1-1/+30
2008-10-13move xml/chatrooms.xml to xml/chatrooms-sample.xmlXavier Claessens2-1/+4
2008-10-13rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.cXavier Claessens2-3/+2
2008-10-13check-empathy-chatroom: unref and destroy the accountXavier Claessens1-2/+5
2008-10-13add a test file for EmpathyChatroomManagerXavier Claessens6-2/+47
2008-10-13add EmpathyChatroom testsXavier Claessens4-1/+132
2008-08-03Display debug messages in the contact-manager tests program.Xavier Claessens1-0/+3
2008-04-11Add new program to gitignoreXavier Claessens1-0/+1
2008-04-11Change this test to be a bit more real-liveXavier Claessens1-7/+19
2008-04-11Add a 2nd test for empathy_contact_run_until_ready(). This tests fails.Xavier Claessens2-1/+66
2008-03-11Improve a bit the test and fix empathy_contact_run_until, data.ready was not ...Xavier Claessens1-8/+10
2008-03-11Minimal version of contact-run-until-ready testXavier Claessens2-20/+15
2008-03-11Add a test for empathy_contact_run_until_readyXavier Claessens2-1/+48
2008-03-03Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.Xavier Claessens2-24/+78