Adding detailed comments for server_xl_test. (#2011)

This commit is contained in:
karthic rao
2016-06-28 12:24:56 +05:30
committed by Harshavardhana
parent 4db2b03312
commit 76f6533f8d
4 changed files with 470 additions and 245 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ func testObjectAPIPutObject(obj ObjectLayer, instanceType string, t *testing.T)
}
// Wrapper for calling PutObject tests for both XL multiple disks case
// when quorum is not availabel.
// when quorum is not available.
func TestObjectAPIPutObjectDiskNotFound(t *testing.T) {
ExecObjectLayerDiskNotFoundTest(t, testObjectAPIPutObjectDiskNotFOund)
}