]> Cypherpunks repositories - gostls13.git/commitdiff
fix build from e904b6784768 breakage
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Jul 2011 22:48:57 +0000 (15:48 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Jul 2011 22:48:57 +0000 (15:48 -0700)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4696047

src/pkg/http/fs_test.go

index 0c6edba9bcf5df6b256cedb86a69367432e7bfa2..e278e25399d34febb6d5e36b07d37fe7c72eecb1 100644 (file)
@@ -184,7 +184,7 @@ func TestServeFileMimeType(t *testing.T) {
        if err != nil {
                t.Fatal(err)
        }
-       want := "text/css"
+       want := "text/css; charset=utf-8"
        if h := resp.Header.Get("Content-Type"); h != want {
                t.Errorf("Content-Type mismatch: got %q, want %q", h, want)
        }