summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/common_mock_sdap.c
Commit message (Collapse)AuthorAgeFilesLines
* TESTS: Do not require replies from mocked sdap_get_generic_recv to be talloc ↵Jakub Hrozek2014-07-011-2/+1
| | | | | | | | | | contexts While it's beneficial for the real implementation of sdap_get_generic_recv() to move memory around, the mocked implementation can just pass around pointer. Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
* tests: mock SDAPPavel Březina2014-02-181-0/+133
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>