summaryrefslogtreecommitdiff
path: root/pactest/tests/sync1103.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-02 17:56:48 -0600
committerDan McGee <dan@archlinux.org>2007-12-02 17:56:48 -0600
commite8eff3ef97e30ec64fbb62e502ed24fe5baceca0 (patch)
tree66851e2e63aba2c3c6781789834b3c84bdaa6d34 /pactest/tests/sync1103.py
parent0b6d73a5b4931519ee40646aa9093148f4571cf0 (diff)
Add more pactests to increase code coverage
These new tests test the following ops at least once: -Ss, -Si, -Sl, -Sp, -Qs, -Qi, -T Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'pactest/tests/sync1103.py')
-rw-r--r--pactest/tests/sync1103.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/pactest/tests/sync1103.py b/pactest/tests/sync1103.py
new file mode 100644
index 00000000..052c7236
--- /dev/null
+++ b/pactest/tests/sync1103.py
@@ -0,0 +1,11 @@
+self.description = "Get package list from sync dbs"
+
+sp = pmpkg("dummy")
+sp.files = ["bin/dummy",
+ "usr/man/man1/dummy.1"]
+self.addpkg2db("sync", sp)
+
+self.args = "-Sl"
+
+self.addrule("PACMAN_RETCODE=0")
+self.addrule("PACMAN_OUTPUT=%s" % sp.name)