mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-03 05:00:56 +00:00
Add unit-test. #66
This commit is contained in:
@@ -59,6 +59,10 @@ func (s *PublishedStorageSuite) TestFilelist(c *C) {
|
|||||||
list, err := s.storage.Filelist("ppa/pool/main/")
|
list, err := s.storage.Filelist("ppa/pool/main/")
|
||||||
c.Check(err, IsNil)
|
c.Check(err, IsNil)
|
||||||
c.Check(list, DeepEquals, []string{"a/ab/a.deb", "a/ab/b.deb"})
|
c.Check(list, DeepEquals, []string{"a/ab/a.deb", "a/ab/b.deb"})
|
||||||
|
|
||||||
|
list, err = s.storage.Filelist("ppa/pool/doenstexist/")
|
||||||
|
c.Check(err, IsNil)
|
||||||
|
c.Check(list, DeepEquals, []string{})
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *PublishedStorageSuite) TestRenameFile(c *C) {
|
func (s *PublishedStorageSuite) TestRenameFile(c *C) {
|
||||||
|
|||||||
Reference in New Issue
Block a user