(c *C)
| 3264 | } |
| 3265 | |
| 3266 | func (s *RepositorySuite) TestRepackObjects(c *C) { |
| 3267 | if testing.Short() { |
| 3268 | c.Skip("skipping test in short mode.") |
| 3269 | } |
| 3270 | |
| 3271 | s.testRepackObjects(c, time.Time{}, 1) |
| 3272 | } |
| 3273 | |
| 3274 | func (s *RepositorySuite) TestRepackObjectsWithNoDelete(c *C) { |
| 3275 | if testing.Short() { |
nothing calls this directly
no test coverage detected