XL: Add tests for checkSufficientDisks, storageInfo. (#1988)

This commit is contained in:
Harshavardhana
2016-06-26 19:48:02 -07:00
committed by Anand Babu (AB) Periasamy
parent 293ba00249
commit 0d3a9c9438
2 changed files with 115 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ func checkSufficientDisks(disks []string) error {
return errXLNumDisks
}
// Success.
return nil
}