* 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.
This commit is contained in:
Aaron Griffin 2007-02-27 08:29:02 +00:00
parent f2ade9ab0d
commit 67ff30b869
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
lp2 = pmpkg("pkg2")
lp2.provides = ["imaginary", "real"]
lp2.requiredby = [ "pkg1" ]
self.addpkg2db("local", lp2)
p = pmpkg("pkg2", "1.0-2")