@ -878,7 +878,7 @@ func (s *TestSuiteCommon) TestPutObjectLongName(c *C) {
response,err=client.Do(request)
response,err=client.Do(request)
c.Assert(err,IsNil)
c.Assert(err,IsNil)
verifyError(c,response,"NotImplemented","A header you provided implies functionality that is not implemented",http.StatusNotImplemented)
verifyError(c,response,"XMinioInvalidObjectName","Object name contains unsupported characters. Unsupported characters are `^*|\\\"",http.StatusBadRequest)
}
}
// TestNotBeAbleToCreateObjectInNonexistentBucket - Validates the error response
// TestNotBeAbleToCreateObjectInNonexistentBucket - Validates the error response