summaryrefslogtreecommitdiff
path: root/test/integration/test-prefer-higher-priority-providers
AgeCommit message (Collapse)AuthorFilesLines
2015-12-19tests: support spaces in path and TMPDIRDavid Kalnischkies1-2/+2
This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
2015-08-17Fix the test suite againJulian Andres Klode1-5/+5
Gbp-Dch: ignore
2015-03-16test exitcode as well as string equalityDavid Kalnischkies1-7/+7
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
2013-06-09try all providers in order if uninstallable in MarkInstallDavid Kalnischkies1-0/+70
2013-06-09fix priority sorting by prefering higher in MarkInstallDavid Kalnischkies1-0/+36
Used to work until a certain (here unnamed) person came along and used the wrong operator causing low-priority packages to be sorted above high-priority packages while choosing a provider in commit 2b5c35c7bb915dbd46fefd7c79f05364ba22f93b from Nov 2011