Encoded storage type now feature complete

This commit is contained in:
Harshavardhana
2015-03-16 23:41:16 -07:00
parent 1766b588fb
commit 6d71935ea5
2 changed files with 80 additions and 23 deletions
-1
View File
@@ -34,7 +34,6 @@ type MySuite struct{}
var _ = Suite(&MySuite{})
func (s *MySuite) TestAPISuite(c *C) {
c.Skip("Not implemented yet.")
var storageList []string
create := func() mstorage.Storage {
path, err := ioutil.TempDir(os.TempDir(), "minio-fs-")