Commit 7b175236 authored by Ian Lance Taylor's avatar Ian Lance Taylor

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

R=rsc, r2
CC=golang-dev
https://golang.org/cl/2267042
parent a6b6142f
...@@ -139,8 +139,8 @@ func TestMultipartReader(t *testing.T) { ...@@ -139,8 +139,8 @@ func TestMultipartReader(t *testing.T) {
func TestRedirect(t *testing.T) { func TestRedirect(t *testing.T) {
const ( const (
start = "http://codesearch.google.com/" start = "http://google.com/"
end = "http://www.google.com/codesearch" end = "http://www.google.com/"
) )
r, url, err := Get(start) r, url, err := Get(start)
if err != nil { if err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment