Tests for downloading with sources, flat and regular repos.

This commit is contained in:
Andrey Smirnov
2014-02-15 16:33:00 +04:00
parent 5fb512f86e
commit fb9b90e715
3 changed files with 115 additions and 21 deletions
-1
View File
@@ -393,7 +393,6 @@ func (repo *RemoteRepo) Download(d utils.Downloader, packageCollection *PackageC
return nil
})
if err != nil {
return fmt.Errorf("unable to build download queue: %s", err)
}