Remove Repository.Test()

This commit is contained in:
Alexander Neumann
2015-05-17 20:51:32 +02:00
parent 6e38a8a033
commit eb6dfcf58c
4 changed files with 4 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ func fsckFile(opts CmdFsck, repo *repository.Repository, IDs []backend.ID) (uint
}
} else {
// test if data blob is there
ok, err := repo.Test(backend.Data, packID.String())
ok, err := repo.Backend().Test(backend.Data, packID.String())
if err != nil {
return 0, err
}