summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-04-22Skeleton Delivery Report testHEADmasterDavid Laban1-0/+81
2011-03-25Cast to gint64 before setting "duration" propertyNicolas Dufresne1-4/+4
2011-03-25Fixed test commentNicolas Dufresne1-1/+2
2011-03-25Implement call storage testNicolas Dufresne1-0/+197
2011-03-25Add test coverage for tpl_log_manager_search_async()Nicolas Dufresne1-0/+39
2011-03-25Add test coverage for _get_filtered_events_async()Nicolas Dufresne1-0/+73
2011-03-25Reorder test to match header orderNicolas Dufresne1-37/+37
2011-03-25Add tpl_log_manager_exists() test coverageNicolas Dufresne1-0/+25
2011-03-25Use regex instead of simple strstr to search XMLNicolas Dufresne1-14/+14
2011-03-25Make avatar token empty string by defaultNicolas Dufresne1-3/+3
2011-03-17Workaround style checker false positiveNicolas Dufresne2-2/+2
2011-03-17Remove unexistant file from MakefileNicolas Dufresne1-6/+0
2011-03-15Remove empty channel testNicolas Dufresne4-317/+0
2011-03-15Removed twisted test has they have never been usedNicolas Dufresne15-1925/+9
2011-03-15Remove log_id from XML log storeNicolas Dufresne1-4/+0
2011-03-10Fix invalid read in pseudo observer testNicolas Dufresne1-1/+0
2011-03-01Fix XML store test crash on 32bit machineNicolas Dufresne1-4/+5
2011-03-01Fix and complete ld.so supressionsNicolas Dufresne1-0/+24
2011-03-01Moved sqlite test with dbus testsNicolas Dufresne3-1/+1
2011-03-01Moves observer test with dbus testsNicolas Dufresne3-10/+1
2011-02-28Add a XML log store test for add_eventNicolas Dufresne1-0/+174
2011-02-28Change fixture->store to be a TplLogStoreNicolas Dufresne1-24/+22
2011-02-24Merge branch 'tests-fix'Nicolas Dufresne5-191/+137
2011-02-24test-tpl-log-store-xml: don't ignore system() return value so gcc is happyGuillaume Desmottes1-1/+3
2011-02-24Fix test_get_dates() to use GDate methodNicolas Dufresne1-3/+3
2011-02-24Convert test_get_events_for_date() to _async() methodNicolas Dufresne1-6/+24
2011-02-24Convert test_get_entities() to use _async() methodNicolas Dufresne1-7/+26
2011-02-24Convert test_get_dates() to use _async() methodNicolas Dufresne1-8/+29
2011-02-24Move non-test code on topNicolas Dufresne1-77/+78
2011-02-24Replace empty log-manager test with test-searchesNicolas Dufresne4-22/+1
2011-02-24Remove dead test codeNicolas Dufresne2-92/+0
2011-02-24Sort entities to make test deterministictelepathy-logger-0.2.0Danielle Madeley1-0/+12
2011-02-23Set logs file mod so it can be cleared in distcheckNicolas Dufresne1-0/+5
2011-02-23Add test logs to EXTRA_DISTNicolas Dufresne1-0/+2
2011-02-23Fix 'make dist' so it worksNicolas Dufresne1-5/+0
2011-02-23Fix double free in xml log store and unit testNicolas Dufresne1-0/+32
2011-02-22Introduce TplEventTypeMask to be able to select event typeNicolas Dufresne3-19/+28
2011-02-22Make TplEntity constructors publicNicolas Dufresne4-32/+23
2011-02-22Fix valgrind support in tests/dbusNicolas Dufresne1-1/+1
2011-02-22Move away from id/type pair in favor of TplEntityNicolas Dufresne2-16/+46
2011-02-10Implement XML store test for clear_entityNicolas Dufresne2-0/+101
2011-02-10Implement XML log store test for clear_accountNicolas Dufresne2-0/+62
2011-02-10Implement test for XML logstore clear methodNicolas Dufresne2-0/+117
2011-02-08Renamed TplChannelText into TplTextChannelNicolas Dufresne1-1/+1
2011-02-08Renamed TplEventText into TplTextEventNicolas Dufresne2-5/+5
2011-02-07Refactored TplEvent/TplEventTextNicolas Dufresne1-2/+2
2011-02-07Room can be deduced from the receiver typeNicolas Dufresne1-2/+2
2011-01-21Remove white space at end of linesNicolas Dufresne3-6/+6
2011-01-21Move test-entity to dbus enabled test and cleanupNicolas Dufresne5-39/+34
2011-01-21Remove search_in_identifier test since it deprecatedNicolas Dufresne1-37/+0