Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-20 | tests: Add new TpLogger logs that don't parse as XML | Debarshi Ray | 1 | -1/+1 | |
This is meant to flex the error handling code paths. https://bugs.freedesktop.org/show_bug.cgi?id=40675 https://bugs.freedesktop.org/show_bug.cgi?id=89595 | |||||
2013-09-30 | test-tpl-log-store: test end reasons | Guillaume Desmottes | 1 | -0/+15 | |
2013-09-27 | use account's normalized name instead of its account id | Guillaume Desmottes | 1 | -2/+4 | |
It doesn't make sense to use the account opaque ID as 'self id'. Fix fdo#69814. | |||||
2013-09-27 | tests/dbus/test-tpl-log-store-xml: use tpl_test_create_and_prepare_account() | Guillaume Desmottes | 1 | -18/+38 | |
This test will rely on the TpAccount to be prepared soon. https://bugs.freedesktop.org/show_bug.cgi?id=69814 | |||||
2013-09-25 | fix tp-glib single headers | Guillaume Desmottes | 1 | -1/+1 | |
https://bugs.freedesktop.org/show_bug.cgi?id=69797 | |||||
2013-09-25 | stop using tp_account_new() | Guillaume Desmottes | 1 | -19/+22 | |
https://bugs.freedesktop.org/show_bug.cgi?id=69797 | |||||
2013-04-08 | Make log-manager tests writable | Dan Vrátil | 1 | -22/+1 | |
2013-01-09 | Include config.h as the first thing in every .c file | Debarshi Ray | 1 | -0/+2 | |
This is Autoconf best-practice, and ensures that the GLib and Telepathy version-selection macros defined by configure.ac work as intended. Including config.h turns on ENABLE_DEBUG, which in turn leads to the usage of _tpl_debug_set_flags_from_env. In those cases we should include telepathy-logger/debug-internal.h also. Fixes: https://bugs.freedesktop.org/59165 | |||||
2012-09-25 | Make TplLogStore:name immutable. | Will Thompson | 1 | -1/+0 | |
For all log stores except the Xml one, this is always set to the same thing. For the Xml one, the name of the store depends entirely on the value of empathy-legacy. | |||||
2012-03-28 | Port TplCallChannel to Call1 API | Nicolas Dufresne | 1 | -6/+4 | |
This include a API break in the unstable Call code. Code using the unstable call log feature will need porting. | |||||
2011-05-26 | test_add_superseding_event: add some edit timestamps | David Laban | 1 | -3/+14 | |
They should be preserved, but shouldn't affect how events are processed. | |||||
2011-05-26 | Revert "Update tests to use original-timestamp" | David Laban | 1 | -9/+5 | |
This reverts commit 31411d5c9d19678ff862e07c508ff3cf78cbf40a. | |||||
2011-05-26 | Test case where first call is older then any text | Nicolas Dufresne | 1 | -2/+28 | |
2011-05-26 | Add comment to explain a bit the tests | Nicolas Dufresne | 1 | -0/+4 | |
2011-05-26 | Fixed initial call event_queue_insert_sorted_after() | Nicolas Dufresne | 1 | -15/+16 | |
The current code would always insert after the first element. | |||||
2011-05-26 | Fixed initialised but unused warning | Nicolas Dufresne | 1 | -3/+1 | |
2011-05-25 | Fix warn not checking system() return value | Nicolas Dufresne | 1 | -1/+4 | |
2011-05-24 | Update tests to use original-timestamp | David Laban | 1 | -5/+9 | |
2011-05-24 | text-event: s/dup_supersedes/get_supersedes/ | David Laban | 1 | -11/+5 | |
Copying and freeing lists of events is a waste of time. Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> | |||||
2011-05-19 | fixup! fixup! Test message edits that have broken timestamps | David Laban | 1 | -9/+9 | |
cast to GFunc | |||||
2011-05-19 | fixup! fixup! Add tests to cover messages arriving a bit/a lot late | David Laban | 1 | -2/+2 | |
cast to GFunc | |||||
2011-05-19 | fixup! Test message edits that have broken timestamps | David Laban | 1 | -9/+22 | |
Note that this also fixes something from "test_add_superseding_event" but rebasing to fix that would cause conflicts so I'm not going to. | |||||
2011-05-19 | fixup! Add tests to cover messages arriving a bit/a lot late | David Laban | 1 | -2/+4 | |
2011-05-18 | Test message edits that have broken timestamps | David Laban | 1 | -3/+80 | |
Note that the timestamps on edits should be that of the original message if possible. | |||||
2011-05-18 | Add tests to cover messages arriving a bit/a lot late | David Laban | 1 | -7/+39 | |
2011-05-18 | assert_cmp_text_event Change the order of assertions | David Laban | 1 | -4/+4 | |
This makes things easier to debug, because the message is usually more easily identifiable. | |||||
2011-05-17 | test_add_superseding_event | David Laban | 1 | -0/+120 | |
a; b supersedes a; c supersedes a; | |||||
2011-05-17 | Store, save and test message-token and supersedes-token | David Laban | 1 | -0/+2 | |
2011-05-11 | all: fix -Wunused-but-set-variable warnings | Jonny Lamb | 1 | -2/+1 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-05-05 | Test XML store get_events_for_date() | Nicolas Dufresne | 1 | -0/+111 | |
2011-05-03 | Test reimplemented exists() method | Nicolas Dufresne | 1 | -0/+58 | |
2011-05-03 | Add debug trace support | Nicolas Dufresne | 1 | -1/+15 | |
2011-05-03 | Remove left ofter tempory traces | Nicolas Dufresne | 1 | -2/+0 | |
2011-03-25 | Cast to gint64 before setting "duration" property | Nicolas Dufresne | 1 | -4/+4 | |
Without the cast, a 32bit integer will be stored in the va_list, which will lead to a shorter structure and potential crash. | |||||
2011-03-25 | Implement call storage test | Nicolas Dufresne | 1 | -0/+197 | |
2011-03-25 | Use regex instead of simple strstr to search XML | Nicolas Dufresne | 1 | -14/+14 | |
2011-03-15 | Remove log_id from XML log store | Nicolas Dufresne | 1 | -4/+0 | |
2011-03-01 | Fix XML store test crash on 32bit machine | Nicolas Dufresne | 1 | -4/+5 | |
The XML store was allocating event passing native integers as timestamp property, which was causing crash on 32bit since TPL timestamp are 64bit. | |||||
2011-02-28 | Add a XML log store test for add_event | Nicolas Dufresne | 1 | -0/+174 | |
2011-02-28 | Change fixture->store to be a TplLogStore | Nicolas Dufresne | 1 | -24/+22 | |
This reduces the amount of code since it is used as a TplLogStore mostly everywhere. | |||||
2011-02-24 | test-tpl-log-store-xml: don't ignore system() return value so gcc is happy | Guillaume Desmottes | 1 | -1/+3 | |
2011-02-23 | Set logs file mod so it can be cleared in distcheck | Nicolas Dufresne | 1 | -0/+5 | |
2011-02-22 | Introduce TplEventTypeMask to be able to select event type | Nicolas Dufresne | 1 | -12/+14 | |
2011-02-22 | Make TplEntity constructors public | Nicolas Dufresne | 1 | -8/+3 | |
Implement a generic constructor along with making public all TplEntity constructors. This is required now that the LogManager API require TplEntity object instead of id/is_room pair. | |||||
2011-02-10 | Implement XML store test for clear_entity | Nicolas Dufresne | 1 | -0/+96 | |
2011-02-10 | Implement XML log store test for clear_account | Nicolas Dufresne | 1 | -0/+57 | |
2011-02-10 | Implement test for XML logstore clear method | Nicolas Dufresne | 1 | -0/+116 | |