Lines Matching refs:got
45 if got := len(zr.File); got != nFiles {
46 t.Fatalf("File contains %d files, want %d", got, nFiles)
72 if got, want := fh2.Name, fh.Name; got != want {
73 t.Errorf("Name: got %s, want %s\n", got, want)
75 if got, want := fh2.UncompressedSize, wantUncompressedSize; got != want {
76 t.Errorf("UncompressedSize: got %d, want %d\n", got, want)
78 if got, want := fh2.UncompressedSize64, wantUncompressedSize64; got != want {
79 t.Errorf("UncompressedSize64: got %d, want %d\n", got, want)
81 if got, want := fh2.ModifiedTime, fh.ModifiedTime; got != want {
82 t.Errorf("ModifiedTime: got %d, want %d\n", got, want)
84 if got, want := fh2.ModifiedDate, fh.ModifiedDate; got != want {
85 t.Errorf("ModifiedDate: got %d, want %d\n", got, want)
327 if got, want := f0.UncompressedSize, uint32(uint32max); got != want {
328 t.Errorf("UncompressedSize %#x, want %#x", got, want)
332 if got, want := f0.UncompressedSize64, uint64(size)+uint64(len(end)); got != want {
333 t.Errorf("UncompressedSize64 %#x, want %#x", got, want)