summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* fixup! fixup! Test message edits that have broken timestampsDavid Laban2011-05-191-9/+9
* fixup! fixup! Add tests to cover messages arriving a bit/a lot lateDavid Laban2011-05-191-2/+2
* fixup! Test message edits that have broken timestampsDavid Laban2011-05-191-9/+22
* 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
* 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
* test_add_superseding_eventDavid Laban2011-05-171-0/+120
* 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
* | 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
* 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
* 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
* Removed twisted test has they have never been usedNicolas Dufresne2011-03-1515-1925/+9
* Remove log_id from XML log storeNicolas Dufresne2011-03-151-4/+0
* Fix invalid read in pseudo observer testNicolas Dufresne2011-03-101-1/+0
* Fix XML store test crash on 32bit machineNicolas Dufresne2011-03-011-4/+5
* Fix and complete ld.so supressionsNicolas Dufresne2011-03-011-0/+24
* Moved sqlite test with dbus testsNicolas Dufresne2011-03-013-1/+1
* Moves observer test with dbus testsNicolas Dufresne2011-03-013-10/+1
* Add a XML log store test for add_eventNicolas Dufresne2011-02-281-0/+174
* Change fixture->store to be a TplLogStoreNicolas Dufresne2011-02-281-24/+22
* Merge branch 'tests-fix'Nicolas Dufresne2011-02-245-191/+137
|\
| * Fix test_get_dates() to use GDate methodNicolas Dufresne2011-02-241-3/+3
| * Convert test_get_events_for_date() to _async() methodNicolas Dufresne2011-02-241-6/+24
| * Convert test_get_entities() to use _async() methodNicolas Dufresne2011-02-241-7/+26
| * Convert test_get_dates() to use _async() methodNicolas Dufresne2011-02-241-8/+29
| * Move non-test code on topNicolas Dufresne2011-02-241-77/+78