summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Replace empty log-manager test with test-searchesNicolas Dufresne2011-02-244-22/+1
| * Remove dead test codeNicolas Dufresne2011-02-242-92/+0
* | test-tpl-log-store-xml: don't ignore system() return value so gcc is happyGuillaume Desmottes2011-02-241-1/+3
|/
* Sort entities to make test deterministictelepathy-logger-0.2.0Danielle Madeley2011-02-241-0/+12
* Set logs file mod so it can be cleared in distcheckNicolas Dufresne2011-02-231-0/+5
* Add test logs to EXTRA_DISTNicolas Dufresne2011-02-231-0/+2
* Fix 'make dist' so it worksNicolas Dufresne2011-02-231-5/+0
* Fix double free in xml log store and unit testNicolas Dufresne2011-02-231-0/+32
* Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne2011-02-223-19/+28
* Make TplEntity constructors publicNicolas Dufresne2011-02-224-32/+23
* Fix valgrind support in tests/dbusNicolas Dufresne2011-02-221-1/+1
* Move away from id/type pair in favor of TplEntityNicolas Dufresne2011-02-222-16/+46
* Implement XML store test for clear_entityNicolas Dufresne2011-02-102-0/+101
* Implement XML log store test for clear_accountNicolas Dufresne2011-02-102-0/+62
* Implement test for XML logstore clear methodNicolas Dufresne2011-02-102-0/+117
* Renamed TplChannelText into TplTextChannelNicolas Dufresne2011-02-081-1/+1
* Renamed TplEventText into TplTextEventNicolas Dufresne2011-02-082-5/+5
* Refactored TplEvent/TplEventTextNicolas Dufresne2011-02-071-2/+2
* Room can be deduced from the receiver typeNicolas Dufresne2011-02-071-2/+2
* Remove white space at end of linesNicolas Dufresne2011-01-213-6/+6
* Move test-entity to dbus enabled test and cleanupNicolas Dufresne2011-01-215-39/+34
* Remove search_in_identifier test since it deprecatedNicolas Dufresne2011-01-211-37/+0
* Add test/dbus testsuites, as tp-glib does.Cosimo Alfarano2011-01-2110-23/+1733
* Adding log base to be used for testingCosimo Alfarano2011-01-2118-0/+343
* Add test for _tpl_entity_new_from_tp_contact()Nicolas Dufresne2011-01-1912-15/+3166