libgit2/tests/odb/backend
Patrick Steinhardt 983e627d10 tests: odb: use correct OID length
The `search_object` function takes the OID length as one of its
parameters, where its maximum length is `GIT_OID_HEXSZ`. The `exists`
function of the fake backend used `GIT_OID_RAWSZ` though, leading to
only the first half of the OID being used when finding the correct
object.
2017-06-13 11:41:29 +02:00
..
backend_helpers.c tests: odb: use correct OID length 2017-06-13 11:41:29 +02:00
backend_helpers.h tests: odb: allow passing fake objects to the fake backend 2017-06-12 17:24:53 +02:00
multiple.c tests: odb: add tests with multiple backends 2017-06-12 17:24:53 +02:00
nobackend.c tests: update error message checking 2016-12-29 12:55:49 +00:00
nonrefreshing.c tests: odb: allow passing fake objects to the fake backend 2017-06-12 17:24:53 +02:00