summaryrefslogtreecommitdiff
path: root/src/tests/common_tev.c
AgeCommit message (Collapse)AuthorFilesLines
2013-03-13fix segfault in nss responder unit testPavel Březina1-1/+1
https://fedorahosted.org/sssd/ticket/1833 state is expected to be a pointer
2013-03-08Add utility functions for tests that use sysdb or tevent.Jakub Hrozek1-0/+60
There was shared code for several unit tests that connected to their own sysdb instance. This patch adds common code to run a generic request to completion or connect to a test sysdb.