diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2015-11-05 01:48:07 +0100 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2015-11-05 01:48:07 +0100 |
commit | 1d6b13537129018bc7e866ea42ec835e565c6469 (patch) | |
tree | 5527498133a45fee26e471e4f8be4f35299beedb /clients/common/common_test.go | |
parent | 6badbeb07eb5cc0b1be201f5d8cc8193e30bcf54 (diff) | |
download | go-git-1d6b13537129018bc7e866ea42ec835e565c6469.tar.gz |
clients: capabilities improvement and info head
Diffstat (limited to 'clients/common/common_test.go')
-rw-r--r-- | clients/common/common_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/common/common_test.go b/clients/common/common_test.go index 7215c17..9529236 100644 --- a/clients/common/common_test.go +++ b/clients/common/common_test.go @@ -53,6 +53,7 @@ func (s *SuiteCommon) TestGitUploadPackInfo(c *C) { ref := i.Capabilities.SymbolicReference("HEAD") c.Assert(ref, Equals, "refs/heads/master") c.Assert(i.Refs[ref].String(), Equals, "6ecf0ef2c2dffb796033e5a02219af86ec6584e5") + c.Assert(i.Head, Equals, "6ecf0ef2c2dffb796033e5a02219af86ec6584e5") } func (s *SuiteCommon) TestGitUploadPackInfoEmpty(c *C) { |