(c *C)
| 103 | } |
| 104 | |
| 105 | func (s *SuiteDotGit) TestSetRefsNorwfs(c *C) { |
| 106 | fs := s.TemporalFilesystem(c) |
| 107 | |
| 108 | dir := New(&norwfs{fs}) |
| 109 | |
| 110 | testSetRefs(c, dir) |
| 111 | } |
| 112 | |
| 113 | func (s *SuiteDotGit) TestRefsHeadFirst(c *C) { |
| 114 | fs := fixtures.Basic().ByTag(".git").One().DotGit() |
nothing calls this directly
no test coverage detected