Searched defs:ZipTestFile (Results 1 – 2 of 2) sorted by relevance
33 type ZipTestFile struct { struct34 Name string35 Mode fs.FileMode36 NonUTF8 bool37 ModTime time.Time38 Modified time.Time50 ContentErr error51 Content []byte52 File string53 Size uint64[all …]
29 type ZipTestFile struct { struct30 Name string31 Mode os.FileMode32 Mtime string // optional, modified time in format "mm-dd-yy hh:mm:ss"44 ContentErr error45 Content []byte46 File string47 Size uint64366 func readTestFile(t *testing.T, zt ZipTest, ft ZipTestFile, f *File) {