aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Add some more tests, and fail only after all have run, it's easier to debugXavier Claessens2009-11-251-8/+18
|
* Add test for bug #597049Xavier Claessens2009-11-251-2/+9
|
* Add more test cases and fix some found issues in link regex.Xavier Claessens2009-11-251-20/+52
|
* Replace GString param with a generic gpointer user_data, and port ↵Xavier Claessens2009-11-251-5/+21
| | | | EmpathyChatTextView to new parser API.
* Also parse smileys in testsXavier Claessens2009-11-251-0/+14
|
* Init GTK from test_init()Xavier Claessens2009-11-251-2/+4
|
* Add parser testsXavier Claessens2009-11-253-1/+72
|
* Call empathy_init() from test_init()Xavier Claessens2009-11-251-1/+3
|
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-193-0/+63
|
* rename check-irc-helper to test-irc-helperGuillaume Desmottes2009-11-036-7/+7
|
* merge check-empathy-helpers to test-helperGuillaume Desmottes2009-11-037-205/+188
|
* remove check-*Guillaume Desmottes2009-11-038-189/+1
|
* port check-empathy-chatroom-manager.c to GTestGuillaume Desmottes2009-11-035-22/+31
| | | | | The tests have not been ported yet as they are currently disabled.
* port check-empathy-chatroom.c to GTestGuillaume Desmottes2009-11-035-16/+24
| | | | | The tests have not been ported yet as they are currently disabled.
* port check-empathy-irc-network-manager.c to GTestGuillaume Desmottes2009-11-036-103/+120
|
* port check-empathy-irc-network.c to GTestGuillaume Desmottes2009-11-035-40/+50
|
* port check-empathy-irc-server.c to GTestGuillaume Desmottes2009-11-036-40/+48
|
* move test_init/test_deinit to test-helper.cGuillaume Desmottes2009-11-034-17/+31
|
* port check-empathy-utils.c to GTestGuillaume Desmottes2009-11-036-34/+72
|
* Merge branch 'accountz'Jonny Lamb2009-11-023-5/+6
|\
| * check-empathy-chatroom-manager: port to new tp-glib account APIJonny Lamb2009-10-251-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * tests: port to new tp-glib account APIJonny Lamb2009-10-252-4/+5
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* | move test app needing user interaction to interactive/Guillaume Desmottes2009-10-2910-32/+44
| | | | | | | | tests/ should be used only for automatic unit tests.
* | check-empathy-irc-network-manager: fix shadow declarationsJonny Lamb2009-10-251-6/+0
|/ | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Enable extra error CFLAGS in tests/Guillaume Desmottes2009-10-231-0/+1
|
* Use new API in the test.Cosimo Cecchi2009-10-151-1/+1
|
* Ignore tests/test-empathy-account-assistantXavier Claessens2009-08-241-0/+1
|
* 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
|
* Add a parent window property to the assistantCosimo Cecchi2009-08-221-1/+1
|
* Move back the account assistant to src/Cosimo Cecchi2009-08-222-1/+6
|
* Implement first page in the assistantCosimo Cecchi2009-08-221-1/+1
|
* Add a test for the assistantCosimo Cecchi2009-08-222-0/+27
|
* Merge branch 'sjoerd-mc5' into mc5Cosimo Cecchi2009-08-011-1/+1
|\ | | | | | | | | | | Conflicts: libempathy-gtk/empathy-account-widget.c libempathy-gtk/empathy-protocol-chooser.c
| * Update gitignoreXavier Claessens2009-07-281-1/+1
| |
* | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialogCosimo Cecchi2009-07-301-4/+4
|/ | | | | Synchronize the two objects with the help of EmpathyConnectionManagers, so that we can get a consistent list of the CMs when using the chooser.
* Disable tests that try to use MC4 related codeSjoerd Simons2009-07-223-0/+10
|
* Transform profile chooser into a protocol chooserSjoerd Simons2009-07-062-4/+4
|
* Add api to create accounts, by cm and proto nameSjoerd Simons2009-07-061-1/+2
|
* Port the tests to EmpathyAccountSjoerd Simons2009-07-015-28/+51
|
* Add test-empathy-profile-chooser.Jonny Lamb2009-06-053-1/+35
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* check-empathy-helpers: gconf_entry_free has been deprecated; use ↵Guillaume Desmottes2009-04-231-1/+1
| | | | gconf_entry_unref
* Merge branch 'presets-dialog'Davyd Madeley2009-04-234-1/+57
|\
| * Make test load status presetsDavyd Madeley2009-04-221-0/+4
| |
| * Skeleton of a test program for the dialogDavyd Madeley2009-04-213-1/+53
| |
* | 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