Lines Matching refs:got
485 got := files[i]
487 if want.Name != got.Name {
488 t.Errorf("incorrect file %d want %q got %q", i, want.Name, got.Name)
492 if want.UncompressedSize64 != got.UncompressedSize64 {
494 want.UncompressedSize64, got.UncompressedSize64)
497 if want.ExternalAttrs != got.ExternalAttrs {
499 want.ExternalAttrs, got.ExternalAttrs)
502 if want.CRC32 != got.CRC32 {
504 want.CRC32, got.CRC32)
507 if want.Method != got.Method {
509 want.Method, got.Method)