(c *C)
| 95 | } |
| 96 | |
| 97 | func (s *SuiteDotGit) TestSetRefs(c *C) { |
| 98 | fs := s.TemporalFilesystem(c) |
| 99 | |
| 100 | dir := New(fs) |
| 101 | |
| 102 | testSetRefs(c, dir) |
| 103 | } |
| 104 | |
| 105 | func (s *SuiteDotGit) TestSetRefsNorwfs(c *C) { |
| 106 | fs := s.TemporalFilesystem(c) |
nothing calls this directly
no test coverage detected