1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:44:39 -07:00

goinstall: fix test data

R=gri
CC=golang-dev
https://golang.org/cl/5519048
This commit is contained in:
Andrew Gerrand 2012-01-06 09:48:03 +11:00
parent fd1322828c
commit 2c459f14e9

View File

@ -31,7 +31,7 @@ var FindPublicRepoTests = []struct {
"code.google.com/p/repo/path/foo", "code.google.com/p/repo/path/foo",
"svn", "svn",
"code.google.com/p/repo", "code.google.com/p/repo",
"https://repo.googlecode.com/svn", "http://repo.googlecode.com/svn",
&testTransport{ &testTransport{
"https://code.google.com/p/repo/source/checkout", "https://code.google.com/p/repo/source/checkout",
`<tt id="checkoutcmd">svn checkout https://...`, `<tt id="checkoutcmd">svn checkout https://...`,