Lines Matching refs:tt
45 tt := &fileTests[i]
47 f, err := Open(tt.file)
52 if !reflect.DeepEqual(f.FileHeader, tt.hdr) {
53 t.Errorf("open %s:\n\thave %#v\n\twant %#v\n", tt.file, f.FileHeader, tt.hdr)
58 if i >= len(tt.sections) {
62 want := tt.sections[i]
64 t.Errorf("open %s, section %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
67 tn := len(tt.sections)
70 t.Errorf("open %s: len(Sections) = %d, want %d", tt.file, fn, tn)