]> Cypherpunks repositories - gostls13.git/commit
compress: move zlib/testdata to testdata so it can be shared by all
authorNigel Tao <nigeltao@golang.org>
Wed, 16 Feb 2011 00:41:29 +0000 (11:41 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 16 Feb 2011 00:41:29 +0000 (11:41 +1100)
commit1c5ed263aef81dc91055980cf039837f971096fd
treecea55b0c83b34732b9aa9fcd2f6eeec43dcf15c7
parentcf994def950b374e3f8fd508b4c8cfdf416b1e49
compress: move zlib/testdata to testdata so it can be shared by all
compression algorithms.

R=rsc, r2, nigeltao_gnome
CC=golang-dev
https://golang.org/cl/4188054
src/pkg/compress/flate/deflate_test.go
src/pkg/compress/testdata/e.txt [moved from src/pkg/compress/zlib/testdata/e.txt with 100% similarity]
src/pkg/compress/testdata/pi.txt [moved from src/pkg/compress/zlib/testdata/pi.txt with 100% similarity]
src/pkg/compress/zlib/writer_test.go