Add test for updateUploadJSON (Fixes #3060) (#3155)

This commit is contained in:
Aditya Manthramurthy
2016-11-01 20:04:32 -07:00
committed by Harshavardhana
parent 9bb799462e
commit 226a69fe15
2 changed files with 74 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ func (xl xlObjects) updateUploadJSON(bucket, object string, uCh uploadIDChange)
// If we have a read error, we store error and
// exit.
if err != nil {
errs[index] = traceError(err)
errs[index] = err
return
}