- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fffb6377948ebea75ad2b8058e849ef5 (0.5 sec)
-
cmd/erasure-object_test.go
h := md5.New() _, err = io.Copy(h, gr) if err != nil { t.Fatalf("Expected GetObject reading data to succeed, but failed with %v", err) } gr.Close() const expectedHash = "fffb6377948ebea75ad2b8058e849ef5" foundHash := fmt.Sprintf("%x", h.Sum(nil)) if foundHash != expectedHash { t.Fatalf("Expected data to have md5sum = `%s`, found `%s`", expectedHash, foundHash) } }
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Tue Jan 30 20:43:25 UTC 2024 - 36.8K bytes - Viewed (0)