(c *C)
| 542 | } |
| 543 | |
| 544 | func (s *RemoteSuite) TestFetchFastForwardFS(c *C) { |
| 545 | fs := s.TemporalFilesystem(c) |
| 546 | |
| 547 | fss := filesystem.NewStorage(fs, cache.NewObjectLRUDefault()) |
| 548 | |
| 549 | // This exercises `storage.filesystem.Storage.CheckAndSetReference()`. |
| 550 | s.testFetchFastForward(c, fss) |
| 551 | } |
| 552 | |
| 553 | func (s *RemoteSuite) TestString(c *C) { |
| 554 | r := NewRemote(nil, &config.RemoteConfig{ |
nothing calls this directly
no test coverage detected