summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* allow building empathy without edsSaleem Abdulrasool2010-08-241-3/+5
|
* re-implement empathy_dispatcher_chat_with_contact using ↵Guillaume Desmottes2010-08-111-21/+1
| | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway.
* Abort directly if a test failedXavier Claessens2010-07-301-6/+4
|
* Make livesearch work if accentued letters are pre-decomposedXavier Claessens2010-07-301-1/+6
|
* Add unit tests for the multi-word searchingXavier Claessens2010-07-301-0/+6
|
* Add GTK_LIBS to build testsXavier Claessens2010-07-301-3/+6
|
* add GTK+ flags when building testsGuillaume Desmottes2010-07-121-0/+1
|
* move GTK+ check to its own PKG_CHECK_MODULESGuillaume Desmottes2010-07-081-1/+3
|
* rename valgrind.supp to tp-glib.suppGuillaume Desmottes2010-07-022-1/+1
|
* sync valgrind supp file with tp-glib's oneGuillaume Desmottes2010-07-021-581/+203
|
* Remove dead code in tests that still use MC4Xavier Claessens2010-06-211-103/+0
|
* Remove useless occurences of 'gconf' wordXavier Claessens2010-06-211-2/+0
| | | | Die gconf, die!
* Depend on telepathy-logger (#610956)Guillaume Desmottes2010-06-182-4/+0
|
* tests: add TPL CFLAGS and LIBSGuillaume Desmottes2010-06-182-0/+4
|
* empathy_string_replace_escaped: remove '\r' (#620903)Guillaume Desmottes2010-06-081-0/+4
|
* empathy-parser-test: use empathy_string_replace_escapedGuillaume Desmottes2010-06-081-18/+7
|
* empathy-parser-test: stop as soon a test failsGuillaume Desmottes2010-06-081-5/+1
| | | | That's much easier to spot the test failing.
* Add unit test for the live search matchingXavier Claessens2010-06-083-1/+81
|
* add timestamp arg to empathy_dispatcher_chat_with_contact(_id)Sjoerd Simons2010-04-241-1/+2
|
* add tests/interactive/test-empathy-account-chooser.cGuillaume Desmottes2010-04-053-1/+49
|
* Revert "Disable empathy-parser-test for now as it doesn't build any more"Xavier Claessens2010-03-041-2/+2
| | | | This reverts commit 400dc9cfed1e4ff95e10ecec47c51871332302a9.
* Parser API is moved from empathy-ui-utils to empathy-string-parserXavier Claessens2010-03-041-1/+1
|
* Disable empathy-parser-test for now as it doesn't build any moreEMPATHY_2_29_91_2Guillaume Desmottes2010-03-041-2/+2
|
* Point Makefile.am to .lo files, to please some libtool deityFrédéric Péters2010-02-171-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-191-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-241-2/+9
|
* Add more test cases and fix some found issues in link regex.Xavier Claessens2009-11-241-20/+52
|
* Replace GString param with a generic gpointer user_data, and port ↵Xavier Claessens2009-11-241-5/+21
| | | | EmpathyChatTextView to new parser API.
* Also parse smileys in testsXavier Claessens2009-11-241-0/+14
|
* Init GTK from test_init()Xavier Claessens2009-11-241-2/+4
|
* Add parser testsXavier Claessens2009-11-243-1/+72
|
* Call empathy_init() from test_init()Xavier Claessens2009-11-241-1/+3
|
* Move empathy-log to tests/interactive and don't install it anymoreLaurent Bigonville2009-11-183-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-241-1/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
| * tests: port to new tp-glib account APIJonny Lamb2009-10-242-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-241-6/+0
|/ | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>