mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 18:22:16 +00:00
Backport more test data
This commit is contained in:
parent
8c83fead91
commit
a1d0802576
@ -59,7 +59,7 @@ void test_object_tree_read__two(void)
|
|||||||
cl_assert(obj != NULL);
|
cl_assert(obj != NULL);
|
||||||
git_object_free(obj);
|
git_object_free(obj);
|
||||||
obj = NULL;
|
obj = NULL;
|
||||||
cl_assert(git_object_lookup(&obj, g_repo, &id, GIT_OBJ_BLOB) == GIT_EINVALIDTYPE);
|
cl_git_fail(git_object_lookup(&obj, g_repo, &id, GIT_OBJ_BLOB));
|
||||||
cl_assert(obj == NULL);
|
cl_assert(obj == NULL);
|
||||||
|
|
||||||
entry = git_tree_entry_byname(tree, "README");
|
entry = git_tree_entry_byname(tree, "README");
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user