aboutsummaryrefslogtreecommitdiffstats
path: root/test/conflict2.test
Commit message (Collapse)AuthorAgeFilesLines
* errors: rewrite the logic how errors are reportedTimo Teräs2013-06-131-2/+4
| | | | | | | Instead of the dependency oriented logic, switch to print them for each package or name needed. Might give a bit more readable errors now. There's still few corner cases that proper error is not output, which are cought by the test cases.
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-1/+1
| | | | | Implementing basic dependency handling, install_if and awareness of pinning.
* test: fix conflict2 expectation after solver changesTimo Teräs2012-10-091-1/+1
| | | | | The 'a' package is now more preferred which actually makes more sense.
* solver, test: make conflicts unconditionalTimo Teräs2012-02-291-1/+1
| | | | | | | Solver will now never report partial solution where a conflict constraint is not satisfied. The is because with --force we might install the partial solution; and if conflicted packages were to be installed we might have extra trouble.
* test: rewrite the testing framework to use the real appletsTimo Teräs2012-02-231-0/+6
also merge the expected output to the *.test files.