summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Stop using TplChannelFactory, reply on TplClientFactory insteadXavier Claessens2012-07-041-16/+1
| | | | | Give a TplClientFactory to the TplObserver, so we get already prepared TplTextChannel and TplCallChannel subclasses.
* add missing config.h includesGuillaume Desmottes2012-06-055-0/+10
|
* simple-conn: use TP_ERROR instead of TP_ERRORSGuillaume Desmottes2012-06-051-2/+2
| | | | | The latter has been deprecated. Ideally we should sync this file from tp-glib but the current version depends on tp-glib 0.19.x
* Port TplCallChannel to Call1 APINicolas Dufresne2012-03-281-6/+4
| | | | | This include a API break in the unstable Call code. Code using the unstable call log feature will need porting.
* add missing config.hGuillaume Desmottes2012-02-141-0/+2
|
* Replace g_ptr_array_free with g_ptr_array_unrefCosimo Alfarano2011-11-181-1/+1
|
* Replace g_hash_table_destroy with g_hash_table_unrefCosimo Alfarano2011-11-181-15/+15
|
* Fix observer singleton and select featuresNicolas Dufresne2011-10-141-2/+2
|
* test_add_superseding_event: add some edit timestampsDavid Laban2011-05-261-3/+14
| | | | They should be preserved, but shouldn't affect how events are processed.
* Revert "Update tests to use original-timestamp"David Laban2011-05-261-9/+5
| | | | This reverts commit 31411d5c9d19678ff862e07c508ff3cf78cbf40a.
* Merge branch 'fix-insert-after'Nicolas Dufresne2011-05-264-18/+57
|\
| * Test case where first call is older then any textNicolas Dufresne2011-05-264-3/+39
| |
| * Add comment to explain a bit the testsNicolas Dufresne2011-05-261-0/+4
| |
| * Fixed initial call event_queue_insert_sorted_after()Nicolas Dufresne2011-05-261-15/+16
| | | | | | | | The current code would always insert after the first element.
| * Fixed initialised but unused warningNicolas Dufresne2011-05-261-3/+1
| |
* | Add a testcase for bug #37288Emilio Pozuelo Monfort2011-05-261-0/+23
|/
* Fix warn not checking system() return valueNicolas Dufresne2011-05-251-1/+4
|
* Update tests to use original-timestampDavid Laban2011-05-241-5/+9
|
* text-event: s/dup_supersedes/get_supersedes/David Laban2011-05-241-11/+5
| | | | | | Copying and freeing lists of events is a waste of time. Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk>
* fixup! fixup! Test message edits that have broken timestampsDavid Laban2011-05-191-9/+9
| | | | cast to GFunc
* fixup! fixup! Add tests to cover messages arriving a bit/a lot lateDavid Laban2011-05-191-2/+2
| | | | cast to GFunc
* fixup! Test message edits that have broken timestampsDavid Laban2011-05-191-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.
* fixup! Add tests to cover messages arriving a bit/a lot lateDavid Laban2011-05-191-2/+4
|
* Test message edits that have broken timestampsDavid Laban2011-05-181-3/+80
| | | | | Note that the timestamps on edits should be that of the original message if possible.
* Add tests to cover messages arriving a bit/a lot lateDavid Laban2011-05-181-7/+39
|
* assert_cmp_text_event Change the order of assertionsDavid Laban2011-05-181-4/+4
| | | | | This makes things easier to debug, because the message is usually more easily identifiable.
* test_add_superseding_eventDavid Laban2011-05-171-0/+120
| | | | | | a; b supersedes a; c supersedes a;
* Store, save and test message-token and supersedes-tokenDavid Laban2011-05-171-0/+2
|
* Merge branch 'trivia'Nicolas Dufresne2011-05-112-7/+1
|\
| * all: fix -Wunused-but-set-variable warningsJonny Lamb2011-05-112-7/+1
| | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | The test file contains null bytes, not a dotNicolas Dufresne2011-05-061-1/+1
| |
* | Test that Pidgin store is robust to empty fileNicolas Dufresne2011-05-063-0/+47
|/
* Test XML store get_events_for_date()Nicolas Dufresne2011-05-054-1/+126
|
* Test reimplemented exists() methodNicolas Dufresne2011-05-031-0/+58
|
* Add new entity with call logNicolas Dufresne2011-05-032-1/+6
|
* Add debug trace supportNicolas Dufresne2011-05-031-1/+15
|
* Remove left ofter tempory tracesNicolas Dufresne2011-05-031-2/+0
|
* Cleanup includes fixing usage of " and <Nicolas Dufresne2011-05-031-5/+4
|
* Cast to gint64 before setting "duration" propertyNicolas Dufresne2011-03-251-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.
* Fixed test commentNicolas Dufresne2011-03-251-1/+2
|
* Implement call storage testNicolas Dufresne2011-03-251-0/+197
|
* Add test coverage for tpl_log_manager_search_async()Nicolas Dufresne2011-03-251-0/+39
|
* Add test coverage for _get_filtered_events_async()Nicolas Dufresne2011-03-251-0/+73
|
* Reorder test to match header orderNicolas Dufresne2011-03-251-37/+37
|
* Add tpl_log_manager_exists() test coverageNicolas Dufresne2011-03-251-0/+25
|
* Use regex instead of simple strstr to search XMLNicolas Dufresne2011-03-251-14/+14
|
* Make avatar token empty string by defaultNicolas Dufresne2011-03-251-3/+3
| | | | | This avoid confusion when reading back from log store where there is often no difference between the empty string and NULL.
* Workaround style checker false positiveNicolas Dufresne2011-03-172-2/+2
|
* Remove unexistant file from MakefileNicolas Dufresne2011-03-171-6/+0
|
* Remove empty channel testNicolas Dufresne2011-03-154-317/+0
|