Add regression test for the previous commit
authorMichael Vogt <mvo@ubuntu.com>
Tue, 6 Jan 2015 09:54:24 +0000 (10:54 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Tue, 6 Jan 2015 09:54:24 +0000 (10:54 +0100)
commitd13f2ef5dd2cf41d7abd7f309a9e8965a77d2a63
tree054e927a2c99e488a6fc32567ad4afa569e362ca
parent9127d7aecf01f2999a2589e4b0503288518b2927
Add regression test for the previous commit

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.
test/integration/test-apt-download-progress [new file with mode: 0755]