XL/metadata: use new hashOrder algorithm for newXLMeta. (#2147)

This commit is contained in:
Harshavardhana
2016-07-08 15:28:09 -07:00
parent 63b3f1dcfd
commit 6266328a85
5 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ func TestXLMetaV1(t *testing.T) {
}
// Create a XLMetaV1 structure to test on.
meta := newXLMetaV1(8, 8)
meta := newXLMetaV1("minio", 8, 8)
// Add 5 parts.
for _, test := range testCases {