Add mostly ready repacker

This commit is contained in:
Alexander Neumann
2015-11-02 18:52:13 +01:00
parent 51aff3ca57
commit 266bc05edc
2 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ func TestRepackerFindPacks(t *testing.T) {
})
}
func TestRepackBlobs(t *testing.T) {
func TestRepacker(t *testing.T) {
WithTestEnvironment(t, checkerTestData, func(repodir string) {
repo := OpenLocalRepo(t, repodir)
OK(t, repo.LoadIndex())