From 67ff30b869afd4fe2de484d7ce1d22b9bcebab3a Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 27 Feb 2007 08:29:02 +0000 Subject: * This test was off. pactest doesn't do all the DB work, so we need to manually add the "requiredby" information that libalpm would have written. Now it succeeds. --- pactest/tests/upgrade052.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pactest/tests/upgrade052.py b/pactest/tests/upgrade052.py index 84480f51..98ffe3aa 100644 --- a/pactest/tests/upgrade052.py +++ b/pactest/tests/upgrade052.py @@ -6,6 +6,7 @@ self.addpkg2db("local", lp1) lp2 = pmpkg("pkg2") lp2.provides = ["imaginary", "real"] +lp2.requiredby = [ "pkg1" ] self.addpkg2db("local", lp2) p = pmpkg("pkg2", "1.0-2") -- cgit v1.2.3-24-g4f1b