summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-source
Commit message (Collapse)AuthorAgeFilesLines
* tests: check apt-get source release name switching with -tDavid Kalnischkies2015-08-271-0/+9
| | | | Git-Dch: Ignore
* condense parallel requests with the same hashes to oneDavid Kalnischkies2015-06-151-22/+20
| | | | | | | | | | | | | It shouldn't be too common, but sometimes people have multiple mirrors in the sources or otherwise repositories with the same content. Now that we gracefully can handle multiple requests to the same URI, we can also fold multiple requests with the same expected hashes into one. Note that this isn't trying to find oppertunities for merging, but just merges if it happens to encounter the oppertunity for it. This is most obvious in the new testcase actually as it needs to delay the action to give the acquire system enough time to figure out that they can be merged.
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-9/+9
| | | | | | | | We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
* reenable support for -s (and co) in apt-get sourceDavid Kalnischkies2014-10-201-0/+4
| | | | | | | | The conversion to accept only relevant options for commands has forgotten another one, so adding it again even through the usecase might very well be equally good served by --print-uris. Closes: 742578
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-1/+1
|
* test apt-get source release selection with suite and codenameDavid Kalnischkies2014-01-151-1/+13
| | | | Git-Dch: Ignore
* clarify error message when apt-get source=ver fails, print a real error ↵Michael Vogt2013-12-121-1/+1
| | | | message instead of "ignoring"
* user-requested version tag gets precedence in apt-get source -t dist ↵Michael Vogt2013-12-101-0/+5
| | | | pkg=version requests
* fix typoMichael Vogt2013-12-101-2/+2
|
* improve test for #731853 and commentsMichael Vogt2013-12-101-3/+5
|
* if there is only deb-src pick higest version in deb-src release matchingMichael Vogt2013-12-101-2/+7
|
* add test for aptget source for unavailable packageMichael Vogt2013-12-041-0/+5
|
* further refactor, extract GetReleaseForSourceRecord() out of FindSrc(), ↵Michael Vogt2013-12-041-8/+18
| | | | write out the selection notice to c1out to be consistent with the rest of the source
* add test, deal with InReleaseMichael Vogt2013-12-041-0/+45