summaryrefslogtreecommitdiffstats
path: root/test/pacman/pmdb.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-01-04 01:32:43 +0100
committerDan McGee <dan@archlinux.org>2011-01-10 17:51:35 +0100
commita9cbd15260b396c38b7d5ffe5669994e65f9a86f (patch)
tree44e0bb36dff83d35e63bdc71899188b15c56b008 /test/pacman/pmdb.py
parent3e1bdfa93c0c0c1a966ba24f8013754a8a87f0ec (diff)
downloadpacman-a9cbd15260b396c38b7d5ffe5669994e65f9a86f.tar.gz
pacman-a9cbd15260b396c38b7d5ffe5669994e65f9a86f.tar.xz
pactest: correctly write epoch and force as necessary
We were missing this in a few places; also add the ability to check the outcome via a new rule type. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/pmdb.py')
-rwxr-xr-xtest/pacman/pmdb.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pacman/pmdb.py b/test/pacman/pmdb.py
index c2753370..60460ce2 100755
--- a/test/pacman/pmdb.py
+++ b/test/pacman/pmdb.py
@@ -252,6 +252,8 @@ class pmdb:
data.append(_mksection("SIZE", pkg.size))
if pkg.reason:
data.append(_mksection("REASON", pkg.reason))
+ if pkg.epoch:
+ data.append(_mksection("EPOCH", pkg.epoch))
else:
data.append(_mksection("FILENAME", pkg.filename()))
if pkg.replaces: