Add test commit containing subtrees and files

This commit is contained in:
nulltoken 2011-10-09 13:13:49 +02:00
parent a41e9f131e
commit b3f993e287
12 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1004,10 +1004,10 @@ BEGIN_TEST(list0, "try to list all the references in our test repo")
printf("# %s\n", ref_list.strings[i]);
}*/
/* We have exactly 8 refs in total if we include the packed ones:
/* We have exactly 9 refs in total if we include the packed ones:
* there is a reference that exists both in the packfile and as
* loose, but we only list it once */
must_be_true(ref_list.count == 8);
must_be_true(ref_list.count == 9);
git_strarray_free(&ref_list);
git_repository_free(repo);