(c *C)
| 231 | } |
| 232 | |
| 233 | func (s *PublishedStorageSuite) TestObjectPath(c *C) { |
| 234 | st := &PublishedStorage{prefix: "root"} |
| 235 | c.Check(st.objectPath("dists/stable/Release"), Equals, filepath.Join("root", "dists/stable/Release")) |
| 236 | } |
| 237 | |
| 238 | func (s *PublishedStorageSuite) TestLinkFromPool(c *C) { |
| 239 | root := c.MkDir() |
nothing calls this directly
no test coverage detected