]> Cypherpunks repositories - gostls13.git/commitdiff
goinstall: fix test data
authorAndrew Gerrand <adg@golang.org>
Thu, 5 Jan 2012 22:48:03 +0000 (09:48 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 5 Jan 2012 22:48:03 +0000 (09:48 +1100)
R=gri
CC=golang-dev
https://golang.org/cl/5519048

src/cmd/goinstall/download_test.go

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