ldb: test for parse errors
authorAaron Haslett <aaronhaslett@catalyst.net.nz>
Tue, 28 May 2019 05:22:10 +0000 (17:22 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 May 2019 04:41:24 +0000 (04:41 +0000)
commit2de0aebed60b8e83508f50e5391ede618ce0e595
treecd7809248a7bce209bd3fcccbe8bafa7165c8708
parent73080f255e379ed030005031f560c3ed71919b06
ldb: test for parse errors

Parse errors aren't passed up correctly by the tdb backend. This
patch modifies a test to expose the issue, next patch will fix it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13959

Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
lib/ldb/tests/ldb_kv_ops_test.c