aboutsummaryrefslogtreecommitdiffstats
path: root/test/basic9.test
Commit message (Collapse)AuthorAgeFilesLines
* reset TZ when running solver tests as some output has local timeTimo Teräs2019-06-051-1/+1
| | | | Fixes commits 37fbafcd and 1c47f374.
* use fixed system time in test mode to have fixed test outputTimo Teräs2019-06-031-1/+1
| | | | fixes test suite regression from previous commit
* db: unify handling of special packagesTimo Teräs2013-05-301-0/+8
make cache a special kind of repository, and automatically cache special packages (virtual packages, or ones installed from command line). add test cases for handling virtual packages. fixes #1617.