| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix calls to empathy_tls_verifier_new() in tests. | Stef Walter | 2011-03-23 | 1 | -11/+76 |
* | rename empathy-dispatcher to empathy-request-util | Guillaume Desmottes | 2011-03-17 | 1 | -2/+2 |
* | Prepare EmpathyContactManager in test | Danielle Madeley | 2011-03-08 | 1 | -0/+7 |
* | Connect ::response in test | Danielle Madeley | 2011-03-08 | 1 | -0/+3 |
* | Test for contact blocking dialog | Danielle Madeley | 2011-03-08 | 3 | -0/+48 |
* | tests: Fix memory leak of dbus connection | Stef Walter | 2010-12-24 | 1 | -0/+3 |
* | libempathy, tests: Wrap new function arguments properly. | Stef Walter | 2010-12-24 | 1 | -11/+24 |
* | tests: Lookup the pkcs11 standalone directory at run time. | Stef Walter | 2010-12-24 | 2 | -2/+20 |
* | test: Add tests which load PKCS#11 modules for TLS verification. | Stef Walter | 2010-12-24 | 3 | -45/+236 |
* | tests: Add test for basic verification. | Stef Walter | 2010-12-24 | 1 | -13/+47 |
* | tests: Add mock object and test infrastructure for testing tls. | Stef Walter | 2010-12-24 | 4 | -1/+362 |
* | Group all harddeps in one pkg-config call | Xavier Claessens | 2010-11-15 | 2 | -4/+0 |
* | Make AccountChooser filters asynchronous to let them handle newly connected a... | Vitaly Minko | 2010-11-11 | 1 | -2/+4 |
* | String parser is changed in order not to break URLs at apostrophes. | Vitaly Minko | 2010-11-01 | 1 | -1/+5 |
* | allow building empathy without eds | Saleem Abdulrasool | 2010-08-25 | 1 | -3/+5 |
* | re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_ch... | Guillaume Desmottes | 2010-08-11 | 1 | -21/+1 |
* | Abort directly if a test failed | Xavier Claessens | 2010-07-30 | 1 | -6/+4 |
* | Make livesearch work if accentued letters are pre-decomposed | Xavier Claessens | 2010-07-30 | 1 | -1/+6 |
* | Add unit tests for the multi-word searching | Xavier Claessens | 2010-07-30 | 1 | -0/+6 |
* | Add GTK_LIBS to build tests | Xavier Claessens | 2010-07-30 | 1 | -3/+6 |
* | add GTK+ flags when building tests | Guillaume Desmottes | 2010-07-13 | 1 | -0/+1 |
* | move GTK+ check to its own PKG_CHECK_MODULES | Guillaume Desmottes | 2010-07-08 | 1 | -1/+3 |
* | rename valgrind.supp to tp-glib.supp | Guillaume Desmottes | 2010-07-02 | 2 | -1/+1 |
* | sync valgrind supp file with tp-glib's one | Guillaume Desmottes | 2010-07-02 | 1 | -581/+203 |
* | Remove dead code in tests that still use MC4 | Xavier Claessens | 2010-06-21 | 1 | -103/+0 |
* | Remove useless occurences of 'gconf' word | Xavier Claessens | 2010-06-21 | 1 | -2/+0 |
* | Depend on telepathy-logger (#610956) | Guillaume Desmottes | 2010-06-18 | 2 | -4/+0 |
* | tests: add TPL CFLAGS and LIBS | Guillaume Desmottes | 2010-06-18 | 2 | -0/+4 |
* | empathy_string_replace_escaped: remove '\r' (#620903) | Guillaume Desmottes | 2010-06-08 | 1 | -0/+4 |
* | empathy-parser-test: use empathy_string_replace_escaped | Guillaume Desmottes | 2010-06-08 | 1 | -18/+7 |
* | empathy-parser-test: stop as soon a test fails | Guillaume Desmottes | 2010-06-08 | 1 | -5/+1 |
* | Add unit test for the live search matching | Xavier Claessens | 2010-06-08 | 3 | -1/+81 |
* | add timestamp arg to empathy_dispatcher_chat_with_contact(_id) | Sjoerd Simons | 2010-04-25 | 1 | -1/+2 |
* | add tests/interactive/test-empathy-account-chooser.c | Guillaume Desmottes | 2010-04-05 | 3 | -1/+49 |
* | Revert "Disable empathy-parser-test for now as it doesn't build any more" | Xavier Claessens | 2010-03-05 | 1 | -2/+2 |
* | Parser API is moved from empathy-ui-utils to empathy-string-parser | Xavier Claessens | 2010-03-05 | 1 | -1/+1 |
* | Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2 | Guillaume Desmottes | 2010-03-05 | 1 | -2/+2 |
* | Point Makefile.am to .lo files, to please some libtool deity | Frédéric Péters | 2010-02-18 | 1 | -5/+5 |
* | Pass a ready EmpathyConnectionManagers to empathy_account_assistant_show | Guillaume Desmottes | 2010-01-25 | 1 | -4/+21 |
* | Call create_salut_account_if_needed when the assistant is closed | Guillaume Desmottes | 2010-01-20 | 1 | -1/+2 |
* | Add some more tests, and fail only after all have run, it's easier to debug | Xavier Claessens | 2009-11-25 | 1 | -8/+18 |
* | Add test for bug #597049 | Xavier Claessens | 2009-11-25 | 1 | -2/+9 |
* | Add more test cases and fix some found issues in link regex. | Xavier Claessens | 2009-11-25 | 1 | -20/+52 |
* | Replace GString param with a generic gpointer user_data, and port EmpathyChat... | Xavier Claessens | 2009-11-25 | 1 | -5/+21 |
* | Also parse smileys in tests | Xavier Claessens | 2009-11-25 | 1 | -0/+14 |
* | Init GTK from test_init() | Xavier Claessens | 2009-11-25 | 1 | -2/+4 |
* | Add parser tests | Xavier Claessens | 2009-11-25 | 3 | -1/+72 |
* | Call empathy_init() from test_init() | Xavier Claessens | 2009-11-25 | 1 | -1/+3 |
* | Move empathy-log to tests/interactive and don't install it anymore | Laurent Bigonville | 2009-11-19 | 3 | -0/+63 |
* | rename check-irc-helper to test-irc-helper | Guillaume Desmottes | 2009-11-03 | 6 | -7/+7 |
* | merge check-empathy-helpers to test-helper | Guillaume Desmottes | 2009-11-03 | 7 | -205/+188 |
* | remove check-* | Guillaume Desmottes | 2009-11-03 | 8 | -189/+1 |
* | port check-empathy-chatroom-manager.c to GTest | Guillaume Desmottes | 2009-11-03 | 5 | -22/+31 |
* | port check-empathy-chatroom.c to GTest | Guillaume Desmottes | 2009-11-03 | 5 | -16/+24 |
* | port check-empathy-irc-network-manager.c to GTest | Guillaume Desmottes | 2009-11-03 | 6 | -103/+120 |
* | port check-empathy-irc-network.c to GTest | Guillaume Desmottes | 2009-11-03 | 5 | -40/+50 |
* | port check-empathy-irc-server.c to GTest | Guillaume Desmottes | 2009-11-03 | 6 | -40/+48 |
* | move test_init/test_deinit to test-helper.c | Guillaume Desmottes | 2009-11-03 | 4 | -17/+31 |
* | port check-empathy-utils.c to GTest | Guillaume Desmottes | 2009-11-03 | 6 | -34/+72 |
* | Merge branch 'accountz' | Jonny Lamb | 2009-11-02 | 3 | -5/+6 |
|\ |
|
| * | check-empathy-chatroom-manager: port to new tp-glib account API | Jonny Lamb | 2009-10-25 | 1 | -1/+1 |
| * | tests: port to new tp-glib account API | Jonny Lamb | 2009-10-25 | 2 | -4/+5 |
* | | move test app needing user interaction to interactive/ | Guillaume Desmottes | 2009-10-29 | 10 | -32/+44 |
* | | check-empathy-irc-network-manager: fix shadow declarations | Jonny Lamb | 2009-10-25 | 1 | -6/+0 |
|/ |
|
* | Enable extra error CFLAGS in tests/ | Guillaume Desmottes | 2009-10-23 | 1 | -0/+1 |
* | Use new API in the test. | Cosimo Cecchi | 2009-10-15 | 1 | -1/+1 |
* | Ignore tests/test-empathy-account-assistant | Xavier Claessens | 2009-08-24 | 1 | -0/+1 |
* | Make the import system more future-proof | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
* | Update the test | Cosimo Cecchi | 2009-08-22 | 1 | -0/+3 |
* | Add a parent window property to the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
* | Move back the account assistant to src/ | Cosimo Cecchi | 2009-08-22 | 2 | -1/+6 |
* | Implement first page in the assistant | Cosimo Cecchi | 2009-08-22 | 1 | -1/+1 |
* | Add a test for the assistant | Cosimo Cecchi | 2009-08-22 | 2 | -0/+27 |
* | Merge branch 'sjoerd-mc5' into mc5 | Cosimo Cecchi | 2009-08-01 | 1 | -1/+1 |
|\ |
|
| * | Update gitignore | Xavier Claessens | 2009-07-28 | 1 | -1/+1 |
* | | Synchronize EmpathyProtocolChooser and EmpathyAccountsDialog | Cosimo Cecchi | 2009-07-30 | 1 | -4/+4 |
|/ |
|
* | Disable tests that try to use MC4 related code | Sjoerd Simons | 2009-07-22 | 3 | -0/+10 |
* | Transform profile chooser into a protocol chooser | Sjoerd Simons | 2009-07-06 | 2 | -4/+4 |
* | Add api to create accounts, by cm and proto name | Sjoerd Simons | 2009-07-06 | 1 | -1/+2 |
* | Port the tests to EmpathyAccount | Sjoerd Simons | 2009-07-01 | 5 | -28/+51 |
* | Add test-empathy-profile-chooser. | Jonny Lamb | 2009-06-05 | 3 | -1/+35 |
* | check-empathy-helpers: gconf_entry_free has been deprecated; use gconf_entry_... | Guillaume Desmottes | 2009-04-23 | 1 | -1/+1 |
* | Merge branch 'presets-dialog' | Davyd Madeley | 2009-04-23 | 4 | -1/+57 |
|\ |
|
| * | Make test load status presets | Davyd Madeley | 2009-04-22 | 1 | -0/+4 |
| * | Skeleton of a test program for the dialog | Davyd Madeley | 2009-04-21 | 3 | -1/+53 |
* | | Remove obsolet test applications | Xavier Claessens | 2009-04-22 | 3 | -120/+0 |
|/ |
|
* | Use autotools magic to take care of disabling deprecated symbols | Laurent Bigonville | 2009-04-18 | 1 | -1/+2 |
* | coding style fixes | Guillaume Desmottes | 2009-04-16 | 2 | -2/+2 |
* | enable coding style checks in tests | Guillaume Desmottes | 2009-04-16 | 1 | -0/+5 |
* | Adjust empetit to test the contact selector filtering. | Jonny Lamb | 2009-04-11 | 1 | -0/+3 |
* | Add tests/test-empathy-presence-chooser to gitignore | Xavier Claessens | 2009-04-11 | 1 | -0/+1 |
* | Coding style fix for test | Davyd Madeley | 2009-04-11 | 1 | -2/+5 |
* | Fix typo in my email address | Davyd Madeley | 2009-04-11 | 1 | -1/+1 |
* | Update comment headers/copyrights/etc. | Davyd Madeley | 2009-04-11 | 1 | -0/+20 |
* | Add a test program for the presence widget | Davyd Madeley | 2009-04-11 | 2 | -1/+32 |
* | Add a message format for gtk_message_dialog_new | Xavier Claessens | 2009-01-31 | 1 | -1/+1 |
* | Rename _get_selected to _dup_selected and make sure the contact is unrefed. | Jonny Lamb | 2009-01-31 | 1 | -1/+3 |
* | Removed dispatcher dup as it's been fixed. | Jonny Lamb | 2009-01-31 | 1 | -4/+0 |
* | Pass an EmpathyContactList to _new and create the store from that. | Jonny Lamb | 2009-01-31 | 1 | -4/+1 |
* | Use empathy_gtk_init. | Jonny Lamb | 2009-01-31 | 1 | -4/+2 |
* | Make empathy_contact_selector_new return a GtkWidget* to conform to GTK+. | Jonny Lamb | 2009-01-31 | 1 | -3/+2 |
* | Use gtk_main_quit as the destroy callback. | Jonny Lamb | 2009-01-31 | 1 | -9/+1 |
* | Updated empetit to use the new dispatcher. | Jonny Lamb | 2009-01-31 | 1 | -3/+26 |
* | Use the new _dup_singleton function instead of _new. | Jonny Lamb | 2009-01-31 | 1 | -1/+1 |
* | Added Elliot's empetit test program. | Jonny Lamb | 2009-01-31 | 3 | -1/+83 |
* | Convert EmpathyChatroomManager to the new singleton convention | Sjoerd Simons | 2009-01-10 | 1 | -16/+16 |
* | Port EmpathyContactManager to the new singleton policy. | Xavier Claessens | 2009-01-09 | 2 | -2/+2 |
* | Port EmpathyContactFactory to the new singleton policy. | Xavier Claessens | 2009-01-09 | 1 | -1/+1 |
* | Don't forget to include empathy-utils.h to get empathy_init(). | Xavier Claessens | 2008-12-16 | 1 | -0/+1 |
* | Init empathy for megaphone, nothere and check-main. | Xavier Claessens | 2008-12-12 | 1 | -0/+1 |
* | gtk_init and g_thread_init shouldn't be called by libraries. Let applications... | Xavier Claessens | 2008-12-12 | 1 | -1/+2 |
* | Use empathy_gtk_init() | Xavier Claessens | 2008-12-12 | 1 | -1/+2 |
* | Improve the contact-manager to display contacts in a combobox | Xavier Claessens | 2008-12-05 | 1 | -15/+20 |
* | Add necessary files to EXTRA_DIST | Xavier Claessens | 2008-12-01 | 1 | -0/+4 |
* | Fix distcheck of tests/xml/ | Xavier Claessens | 2008-12-01 | 1 | -1/+1 |
* | check-empathy-chatroom-manager.c: factor out change_account_name_in_file | Xavier Claessens | 2008-10-13 | 1 | -36/+35 |
* | check-empathy-chatroom-manager.c: check the result of system() | Xavier Claessens | 2008-10-13 | 1 | -1/+7 |
* | reuse test account instead of creating one at each test to avoid to pollute g... | Xavier Claessens | 2008-10-13 | 4 | -16/+29 |
* | automatically save the chatroom mgr XML file when one chatroom is modified | Xavier Claessens | 2008-10-13 | 1 | -0/+74 |
* | test empathy chatroom manager change favorite | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
* | test favorite change | Xavier Claessens | 2008-10-13 | 1 | -0/+31 |
* | test empathy_chatroom_manager_remove | Xavier Claessens | 2008-10-13 | 1 | -0/+56 |
* | test empathy_chatroom_manager_add | Xavier Claessens | 2008-10-13 | 1 | -0/+65 |
* | check_chatrooms_list: don't depend on the order of the chatrooms in the list | Xavier Claessens | 2008-10-13 | 1 | -5/+22 |
* | factor out check_chatrooms_list | Xavier Claessens | 2008-10-13 | 1 | -30/+35 |
* | factor out check_chatroom | Xavier Claessens | 2008-10-13 | 1 | -9/+18 |
* | test chatroom xml parsing | Xavier Claessens | 2008-10-13 | 1 | -0/+37 |
* | fix leak in destroy_test_account | Xavier Claessens | 2008-10-13 | 1 | -0/+2 |
* | rename remove_account_from_gconf to destroy_test_account and destroy the acco... | Xavier Claessens | 2008-10-13 | 4 | -11/+8 |
* | factor out create_test_account | Xavier Claessens | 2008-10-13 | 4 | -8/+18 |
* | move empathy specifc helpers to check-empathy-helpers | Xavier Claessens | 2008-10-13 | 7 | -102/+160 |
* | load the chatrooms sample XML file | Xavier Claessens | 2008-10-13 | 1 | -1/+20 |
* | add 2 chatrooms to chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 1 | -1/+14 |
* | add remove_account_from_gconf to check-helpers | Xavier Claessens | 2008-10-13 | 2 | -0/+67 |
* | fake the profile and the CM for tests | Xavier Claessens | 2008-10-13 | 4 | -3/+13 |
* | factor out get_xml_file, get_user_xml_file and copy_xml_file | Xavier Claessens | 2008-10-13 | 4 | -73/+44 |
* | copy chatrooms xml file instead of using the sample one for tests | Xavier Claessens | 2008-10-13 | 1 | -1/+30 |
* | move xml/chatrooms.xml to xml/chatrooms-sample.xml | Xavier Claessens | 2008-10-13 | 2 | -1/+4 |
* | rename check-empathy-irc-chatroom-manager.c to check-empathy-chatroom-manager.c | Xavier Claessens | 2008-10-13 | 2 | -3/+2 |
* | check-empathy-chatroom: unref and destroy the account | Xavier Claessens | 2008-10-13 | 1 | -2/+5 |
* | add a test file for EmpathyChatroomManager | Xavier Claessens | 2008-10-13 | 6 | -2/+47 |
* | add EmpathyChatroom tests | Xavier Claessens | 2008-10-13 | 4 | -1/+132 |
* | Display debug messages in the contact-manager tests program. | Xavier Claessens | 2008-08-03 | 1 | -0/+3 |
* | Add new program to gitignore | Xavier Claessens | 2008-04-11 | 1 | -0/+1 |
* | Change this test to be a bit more real-live | Xavier Claessens | 2008-04-11 | 1 | -7/+19 |
* | Add a 2nd test for empathy_contact_run_until_ready(). This tests fails. | Xavier Claessens | 2008-04-11 | 2 | -1/+66 |
* | Improve a bit the test and fix empathy_contact_run_until, data.ready was not ... | Xavier Claessens | 2008-03-11 | 1 | -8/+10 |
* | Minimal version of contact-run-until-ready test | Xavier Claessens | 2008-03-11 | 2 | -20/+15 |
* | Add a test for empathy_contact_run_until_ready | Xavier Claessens | 2008-03-11 | 2 | -1/+48 |
* | Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead. | Xavier Claessens | 2008-03-04 | 2 | -24/+78 |
* | Add xml files for unit tests to the release tarball | Xavier Claessens | 2008-03-03 | 2 | -0/+5 |
* | Update collabora copyright to 2008 | Xavier Claessens | 2008-03-03 | 1 | -1/+1 |
* | Merge commit 'cassidy/irc' | Xavier Claessens | 2008-02-18 | 11 | -1/+1333 |
* | Do not install tests programs | Xavier Claessens | 2008-01-17 | 1 | -1/+1 |
* | Revert "merge git work" | Xavier Claessens | 2007-12-29 | 9 | -0/+1047 |
* | merge git work | Xavier Claessens | 2007-12-29 | 9 | -1047/+0 |
* | Fix build of tests | Xavier Claessens | 2007-12-29 | 1 | -2/+0 |
* | Add "check" framework support. Fixes bug #505622 (Guillaume Desmottes). | Xavier Claessens | 2007-12-29 | 9 | -0/+1049 |
* | Use g_timeout_add_seconds when appropriated to avoid weaking the process | Xavier Claessens | 2007-10-13 | 1 | -1/+1 |
* | Look in the local_pendings list if a contact is already local pending. Fix | Xavier Claessens | 2007-09-28 | 1 | -2/+2 |
* | No need to init gtk, GMainLoop is enough and makes easier to run valgrind. | Xavier Claessens | 2007-09-27 | 2 | -7/+11 |
* | Fix warnings when finalizing. | Xavier Claessens | 2007-09-21 | 2 | -0/+45 |