summaryrefslogtreecommitdiff
path: root/test/pacman/tests/epoch010.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-01-03 18:35:27 -0600
committerDan McGee <dan@archlinux.org>2011-01-21 19:30:45 -0600
commite068b58507ad58e2037aeb323a74d27377a0feac (patch)
tree702ce15f584f94ccd3eb63975d6fd68df5a34f83 /test/pacman/tests/epoch010.py
parent50f446886b8b09b9bcdb30494d7a0c4d93a8a37a (diff)
downloadpacman-e068b58507ad58e2037aeb323a74d27377a0feac.tar.xz
pactest: add more testing for epoch
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'test/pacman/tests/epoch010.py')
-rw-r--r--test/pacman/tests/epoch010.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/pacman/tests/epoch010.py b/test/pacman/tests/epoch010.py
new file mode 100644
index 00000000..3277597b
--- /dev/null
+++ b/test/pacman/tests/epoch010.py
@@ -0,0 +1,14 @@
+self.description = "usbutils case study: force in new package"
+
+sp = pmpkg("usbutils", "001-1")
+sp.force = True
+self.addpkg2db("sync", sp)
+
+lp = pmpkg("usbutils", "0.91-4")
+self.addpkg2db("local", lp)
+
+self.args = "-Su"
+
+self.addrule("PACMAN_RETCODE=0")
+self.addrule("PKG_VERSION=usbutils|001-1")
+self.addrule("PKG_EPOCH=usbutils|1")