summaryrefslogtreecommitdiff
path: root/test/basic5.test
AgeCommit message (Collapse)AuthorFilesLines
2012-02-23test: rewrite the testing framework to use the real appletsTimo Teräs1-2/+9
also merge the expected output to the *.test files.
2011-08-01solver: generate proper error messagesTimo Teräs1-1/+2
* 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
2011-07-27solver: permutate each preferred solution firstTimo Teräs1-0/+1
The first found solution is the most preferred one then.