Revert and replace 31d95ac, 65acc7c, 87780a5

This commit is contained in:
Audrius Butkevicius
2014-10-14 21:30:00 +01:00
parent 87780a5b7e
commit ade437d625
4 changed files with 12 additions and 11 deletions

View File

@@ -67,7 +67,7 @@ func TestWalkSub(t *testing.T) {
Dir: "testdata",
Sub: "dir2",
BlockSize: 128 * 1024,
Ignores: ignores,
Matcher: ignores,
}
fchan, err := w.Walk()
var files []protocol.FileInfo
@@ -102,7 +102,7 @@ func TestWalk(t *testing.T) {
w := Walker{
Dir: "testdata",
BlockSize: 128 * 1024,
Ignores: ignores,
Matcher: ignores,
}
fchan, err := w.Walk()