(c *C)
| 69 | } |
| 70 | |
| 71 | func (s *LocalRepoSuite) TestRefKey(c *C) { |
| 72 | c.Assert(len(s.repo.RefKey()), Equals, 37) |
| 73 | c.Assert(s.repo.RefKey()[0], Equals, byte('E')) |
| 74 | c.Assert(s.repo.RefKey()[1:], DeepEquals, s.repo.Key()[1:]) |
| 75 | } |
| 76 | |
| 77 | type LocalRepoCollectionSuite struct { |
| 78 | db database.Storage |