mirror of
https://github.com/restic/restic.git
synced 2026-07-01 04:54:18 +00:00
Rework index decode and handling old format
This commit is contained in:
@@ -199,7 +199,7 @@ func TestLoadJSONUnpacked(t *testing.T) {
|
||||
|
||||
var repoFixture = filepath.Join("testdata", "test-repo.tar.gz")
|
||||
|
||||
func TestLoadIndex(t *testing.T) {
|
||||
func TestRepositoryLoadIndex(t *testing.T) {
|
||||
WithTestEnvironment(t, repoFixture, func(repodir string) {
|
||||
repo := OpenLocalRepo(t, repodir)
|
||||
OK(t, repo.LoadIndex())
|
||||
|
||||
Reference in New Issue
Block a user