summaryrefslogtreecommitdiffstats
path: root/src/tests/common_tev.c
Commit message (Collapse)AuthorAgeFilesLines
* fix segfault in nss responder unit testPavel Březina2013-03-131-1/+1
| | | | | | https://fedorahosted.org/sssd/ticket/1833 state is expected to be a pointer
* Add utility functions for tests that use sysdb or tevent.Jakub Hrozek2013-03-081-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.