]> Cypherpunks repositories - gostls13.git/commit
mime, strconv: Make testdata more consistent.
authorRobin Eklind <r.eklind.87@gmail.com>
Tue, 22 Jan 2013 21:44:35 +0000 (13:44 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 22 Jan 2013 21:44:35 +0000 (13:44 -0800)
commita1231839b531b15e9745e92fe2396456029729a1
tree27a5565c89cb13365ac546a631cebe693a034612
parent657168fb17d8f3472f7f5c606bdc103640d8d7a6
mime, strconv: Make testdata more consistent.

All packages place testdata in a specific directory with the name
"testdata". The mime and strconv packages have been updated to use
the same convention.

mime: Move "mime/test.types" to "mime/testdata/test.types". Update test
code accordingly.

strconv: Move "strconv/testfp.txt" to "strconv/testdata/testfp.txt".
Update test code accordingly.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/7098072
src/pkg/mime/testdata/test.types [moved from src/pkg/mime/test.types with 100% similarity]
src/pkg/mime/type_unix.go
src/pkg/strconv/fp_test.go
src/pkg/strconv/testdata/testfp.txt [moved from src/pkg/strconv/testfp.txt with 100% similarity]