libgit2/tests/odb/backend
Patrick Steinhardt c4cbb3b16e tests: odb: have the fake backend detect ambiguous prefixes
In order to be able to test the ODB prefix functions, we need to be able
to detect ambiguous prefixes in case multiple objects with the same
prefix exist in the fake ODB. Extend `search_object` to detect ambiguous
queries and have callers return its error code instead of always
returning `GIT_ENOTFOUND`.
2017-06-13 11:40:05 +02:00
..
backend_helpers.c tests: odb: have the fake backend detect ambiguous prefixes 2017-06-13 11:40:05 +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