mime: use .wav instead of .bmp during windows tests

Some systems do not have .bmp mime.

Update #4723.

R=golang-dev, bradfitz, dave
CC=golang-dev
https://golang.org/cl/7326047
This commit is contained in:
Alex Brainman 2013-02-15 15:52:54 +11:00
parent d71b3921f7
commit f9dbbdb1d3
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func initMime() {
func initMimeForTests() map[string]string {
return map[string]string{
".bmp": "image/bmp",
".wav": "audio/wav",
".png": "image/png",
}
}