summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-download-progress
AgeCommit message (Collapse)Author
2015-03-23test/integration/test-apt-download-progress:Michael Vogt
- give apt more time to gather download data in test
2015-03-20test/integration/test-apt-download-progress: fix test failure on fast hardwareMichael Vogt
2015-01-06Add regression test for the previous commitMichael Vogt
The issue was that https.cc never called URIStart(), one way to detect this is that no download progress is generated without this call. The test now checks for this and as a side-effect will also ensure that we do not break download progress reporting and Acquire::{http,https}::Dl-Limit accidently.