]> Cypherpunks repositories - gostls13.git/commit
zip: add a test for the previous >65k files fix
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 23 Jul 2011 01:30:07 +0000 (18:30 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 23 Jul 2011 01:30:07 +0000 (18:30 -0700)
commit8fdc2851e4340105db8c2646b2cba71bfb6357ec
tree819f2000a9b00f226e5dc4c924a2ccf7b1720044
parenta667e44e7592fd6c40815d9f774a64a18edf1f17
zip: add a test for the previous >65k files fix

This surprisingly takes 30 seconds on my fast machine
so disabling by default. Need to optimize the Writer
at some point.

R=golang-dev, r, r
CC=golang-dev
https://golang.org/cl/4815048
src/pkg/archive/zip/zip_test.go [new file with mode: 0644]