(c *C)
| 1355 | } |
| 1356 | |
| 1357 | func (s *RepositorySuite) TestCloneSingleBranchAndNonHEADAndNonFull(c *C) { |
| 1358 | s.testCloneSingleBranchAndNonHEADReference(c, "branch") |
| 1359 | } |
| 1360 | |
| 1361 | func (s *RepositorySuite) testCloneSingleBranchAndNonHEADReference(c *C, ref string) { |
| 1362 | r, _ := Init(memory.NewStorage(), nil) |
nothing calls this directly
no test coverage detected