summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-11-15Group all harddeps in one pkg-config callXavier Claessens2-4/+0
2010-11-10Make AccountChooser filters asynchronous to let them handle newly connected a...Vitaly Minko1-2/+4
2010-11-01String parser is changed in order not to break URLs at apostrophes.Vitaly Minko1-1/+5
2010-08-24allow building empathy without edsSaleem Abdulrasool1-3/+5
2010-08-11re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_ch...Guillaume Desmottes1-21/+1
2010-07-30Abort directly if a test failedXavier Claessens1-6/+4
2010-07-30Make livesearch work if accentued letters are pre-decomposedXavier Claessens1-1/+6
2010-07-30Add unit tests for the multi-word searchingXavier Claessens1-0/+6
2010-07-30Add GTK_LIBS to build testsXavier Claessens1-3/+6
2010-07-12add GTK+ flags when building testsGuillaume Desmottes1-0/+1
2010-07-08move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes1-1/+3
2010-07-02rename valgrind.supp to tp-glib.suppGuillaume Desmottes2-1/+1
2010-07-02sync valgrind supp file with tp-glib's oneGuillaume Desmottes1-581/+203
2010-06-21Remove dead code in tests that still use MC4Xavier Claessens1-103/+0
2010-06-21Remove useless occurences of 'gconf' wordXavier Claessens1-2/+0
2010-06-18Depend on telepathy-logger (#610956)Guillaume Desmottes2-4/+0
2010-06-18tests: add TPL CFLAGS and LIBSGuillaume Desmottes2-0/+4
2010-06-08empathy_string_replace_escaped: remove '\r' (#620903)Guillaume Desmottes1-0/+4
2010-06-08empathy-parser-test: use empathy_string_replace_escapedGuillaume Desmottes1-18/+7
2010-06-08empathy-parser-test: stop as soon a test failsGuillaume Desmottes1-5/+1
2010-06-08Add unit test for the live search matchingXavier Claessens3-1/+81
2010-04-24add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons1-1/+2
2010-04-05add tests/interactive/test-empathy-account-chooser.cGuillaume Desmottes3-1/+49
2010-03-04Revert "Disable empathy-parser-test for now as it doesn't build any more"Xavier Claessens1-2/+2
2010-03-04Parser API is moved from empathy-ui-utils to empathy-string-parserXavier Claessens1-1/+1
2010-03-04Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2Guillaume Desmottes1-2/+2
2010-02-17Point Makefile.am to .lo files, to please some libtool deityFrédéric Péters1-5/+5
2010-01-25Pass a ready EmpathyConnectionManagers to empathy_account_assistant_showGuillaume Desmottes1-4/+21
2010-01-19Call create_salut_account_if_needed when the assistant is closedGuillaume Desmottes1-1/+2
2009-11-25Add some more tests, and fail only after all have run, it's easier to debugXavier Claessens1-8/+18
2009-11-24Add test for bug #597049Xavier Claessens1-2/+9
2009-11-24Add more test cases and fix some found issues in link regex.Xavier Claessens1-20/+52
2009-11-24Replace GString param with a generic gpointer user_data, and port EmpathyChat...Xavier Claessens1-5/+21
2009-11-24Also parse smileys in testsXavier Claessens1-0/+14
2009-11-24Init GTK from test_init()Xavier Claessens1-2/+4
2009-11-24Add parser testsXavier Claessens3-1/+72
2009-11-24Call empathy_init() from test_init()Xavier Claessens1-1/+3
2009-11-18Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville3-0/+63
2009-11-03rename check-irc-helper to test-irc-helperGuillaume Desmottes6-7/+7
2009-11-03merge check-empathy-helpers to test-helperGuillaume Desmottes7-205/+188
2009-11-03remove check-*Guillaume Desmottes8-189/+1
2009-11-03port check-empathy-chatroom-manager.c to GTestGuillaume Desmottes5-22/+31
2009-11-03port check-empathy-chatroom.c to GTestGuillaume Desmottes5-16/+24
2009-11-03port check-empathy-irc-network-manager.c to GTestGuillaume Desmottes6-103/+120
2009-11-03port check-empathy-irc-network.c to GTestGuillaume Desmottes5-40/+50
2009-11-03port check-empathy-irc-server.c to GTestGuillaume Desmottes6-40/+48
2009-11-03move test_init/test_deinit to test-helper.cGuillaume Desmottes4-17/+31
2009-11-03port check-empathy-utils.c to GTestGuillaume Desmottes6-34/+72
2009-11-02Merge branch 'accountz'Jonny Lamb3-5/+6
2009-10-29move test app needing user interaction to interactive/Guillaume Desmottes10-32/+44