1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:24:45 -07:00

http: Change redirect test URL, as the old one now fails.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/2267042
This commit is contained in:
Ian Lance Taylor 2010-09-22 14:20:15 -07:00
parent a6b6142f30
commit 7b175236cb

View 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 {