]> Cypherpunks repositories - gostls13.git/commitdiff
http: Change redirect test URL, as the old one now fails.
authorIan Lance Taylor <iant@golang.org>
Wed, 22 Sep 2010 21:20:15 +0000 (14:20 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 22 Sep 2010 21:20:15 +0000 (14:20 -0700)
R=rsc, r2
CC=golang-dev
https://golang.org/cl/2267042

src/pkg/http/request_test.go

index ea073e13ba01619366ecc751ae21c43b264fbf4e..cc9e78a6dc0e21f70023340c1130fc37c16814ba 100644 (file)
@@ -139,8 +139,8 @@ func TestMultipartReader(t *testing.T) {
 
 func TestRedirect(t *testing.T) {
        const (
-               start = "http://codesearch.google.com/"
-               end   = "http://www.google.com/codesearch"
+               start = "http://google.com/"
+               end   = "http://www.google.com/"
        )
        r, url, err := Get(start)
        if err != nil {