summaryrefslogtreecommitdiffstats
path: root/test/pacman/tests/replace102.py
AgeCommit message (Collapse)AuthorFilesLines
2013-03-07libalpm: Search for replacers before literalsOlivier Brunel1-2/+0
Since 882bff36 literals would be searched before replacers, resulting in a package being replaced by another not actually being replaced under certain conditions (e.g. they're both in the same repo). This change effectively reversed the expectations in test sync132. This patch switches the order back to replacers first, thus making sure if a package is replacing another one, the change will always happen, even if both are in the same repo. Note that a package replacing another one in a repo with higher priority will not be done, see FS#11737 and test sync1105 Signed-off-by: Olivier Brunel <i.am.jack.mail@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
2011-08-09Add a slightly simpler versioned replace testDan McGee1-20/+18
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>
2011-06-03Add two currently failing test cases from bug reportsDan McGee1-0/+27
Signed-off-by: Dan McGee <dan@archlinux.org>