summaryrefslogtreecommitdiff
path: root/test/error3.expect
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23test: rewrite the testing framework to use the real appletsTimo Teräs1-2/+0
also merge the expected output to the *.test files.
2011-10-14solver: preference scoringTimo Teräs1-2/+2
Should now choose packages better if the best available version is uninstallable for some reason.
2011-09-05solver: report 'complete' solutions with errorsTimo Teräs1-2/+1
Allow to select packages that conflict in case we are looking for errors. This allows 'add --force' to install (on boot) the set of packages with minimum conflicts.
2011-08-01solver: generate proper error messagesTimo Teräs1-0/+3
* the solver no longer does look-ahead locking of names (could be possibly optimized later); instead names are now always ordered strictly to properly detect the package names which are unsolveable * basic error tests added, so we can see the most likely problem in dependencies easily