aboutsummaryrefslogtreecommitdiffstats
path: root/test/basic7.test
Commit message (Collapse)AuthorAgeFilesLines
* test: rewrite the testing framework to use the real appletsTimo Teräs2012-02-231-2/+8
| | | | also merge the expected output to the *.test files.
* solver: generate proper error messagesTimo Teräs2011-08-011-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
* solver: don't consider package that we can't haveTimo Teräs2011-07-271-0/+1
Packages that need (re-)installation but which are not available, are excluded now properly.