Object layer tests revamp for individual execution (#2134)

This commit is contained in:
karthic rao
2016-07-08 03:35:51 +05:30
committed by Harshavardhana
parent 282044d454
commit 2c837128ef
8 changed files with 525 additions and 279 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ func TestListObjects(t *testing.T) {
}
// Unit test for ListObjects in general.
func testListObjects(obj ObjectLayer, instanceType string, t *testing.T) {
func testListObjects(obj ObjectLayer, instanceType string, t TestErrHandler) {
// This bucket is used for testing ListObject operations.
err := obj.MakeBucket("test-bucket-list-object")