ListObjects now considers multipart objects, also move to upstream check.v1

This commit is contained in:
Harshavardhana
2015-07-18 11:20:09 -07:00
parent e397fa48c4
commit 43c908d5b9
44 changed files with 189 additions and 172 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import (
"bytes"
"testing"
. "github.com/minio/check"
. "gopkg.in/check.v1"
)
type MySuite struct{}
+1 -1
View File
@@ -19,7 +19,7 @@ package erasure
import (
"bytes"
. "github.com/minio/check"
. "gopkg.in/check.v1"
)
func corruptChunks(chunks [][]byte, errorIndex []int) [][]byte {