summaryrefslogtreecommitdiff
path: root/test/pacman/tests/replace101.py
Commit message (Collapse)AuthorAge
* Parse replaces strings as dep strings with version specsDan McGee2011-08-09
| | | | | | | | This is done extremely crudely and is not very efficient, but it does push us down the path of being closer to right, as one additional test now passes. Signed-off-by: Dan McGee <dan@archlinux.org>
* Add a slightly simpler versioned replace testDan McGee2011-08-09
| | | | | | | | | It turns out we have a few problems here which are best tackled independently. The first is simply parsing replacements as dep strings; the second will be dealing with replaces when the original package name still exists in the repository. Signed-off-by: Dan McGee <dan@archlinux.org>
* Add two currently failing test cases from bug reportsDan McGee2011-06-02
Signed-off-by: Dan McGee <dan@archlinux.org>