[pacman-dev] new failing pactest file: sync1004.py
Hi! I post this pactest as a motivation to review my patches ;-) This is the rewrite of sync1003.py to a more common case. Bye, ngaba ==sync1004.py== self.description = "Induced removal would break dependency (2)" sp1 = pmpkg("pkg1") sp1.conflicts = [ "depend" ] self.addpkg2db("sync", sp1) sp2 = pmpkg("pkg2") sp2.depends = ["depend"] self.addpkg2db("sync", sp2) lp = pmpkg("depend") self.addpkg2db("local", lp) self.args = "-S pkg1 pkg2" self.addrule("PACMAN_RETCODE=1") self.addrule("PKG_EXIST=depend") ---------------------------------------------------- SZTE Egyetemi Könyvtár - http://www.bibl.u-szeged.hu This mail sent through IMP: http://horde.org/imp/
On Sat, Sep 29, 2007 at 01:00:35PM +0200, Nagy Gabor wrote:
Hi! I post this pactest as a motivation to review my patches ;-) This is the rewrite of sync1003.py to a more common case.
Good pactest, it's simple and show a nicely broken behavior.
On 9/29/07, Xavier <shiningxc@gmail.com> wrote:
On Sat, Sep 29, 2007 at 01:00:35PM +0200, Nagy Gabor wrote:
Hi! I post this pactest as a motivation to review my patches ;-) This is the rewrite of sync1003.py to a more common case.
Good pactest, it's simple and show a nicely broken behavior.
Yeah, thanks a lot! I'm prodding this thread more as a reminder to myself 8)
participants (3)
-
Aaron Griffin
-
Nagy Gabor
-
Xavier