diff options
author | Andrew Gregory <andrew.gregory.8@gmail.com> | 2013-09-18 20:29:07 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2013-09-19 02:42:16 +0200 |
commit | 8eb8995aa762c8eded8db4041a11d330094795fd (patch) | |
tree | 82765661b0a3929770d9b2fd52e5563f96796ccc /test | |
parent | d1ac6ffc1399df928d768068231576b2ac3f5abe (diff) | |
download | pacman-8eb8995aa762c8eded8db4041a11d330094795fd.tar.gz pacman-8eb8995aa762c8eded8db4041a11d330094795fd.tar.xz |
TESTS: add missing tests
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/pacman/tests/TESTS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/pacman/tests/TESTS b/test/pacman/tests/TESTS index 2b472443..6652041e 100644 --- a/test/pacman/tests/TESTS +++ b/test/pacman/tests/TESTS @@ -48,6 +48,8 @@ test/pacman/tests/fileconflict023.py \ test/pacman/tests/fileconflict024.py \ test/pacman/tests/fileconflict025.py \ test/pacman/tests/fileconflict030.py \ +test/pacman/tests/fileconflict031.py \ +test/pacman/tests/fileconflict032.py \ test/pacman/tests/ignore001.py \ test/pacman/tests/ignore002.py \ test/pacman/tests/ignore003.py \ @@ -158,6 +160,8 @@ test/pacman/tests/sync043.py \ test/pacman/tests/sync044.py \ test/pacman/tests/sync045.py \ test/pacman/tests/sync050.py \ +test/pacman/tests/sync051.py \ +test/pacman/tests/sync052.py \ test/pacman/tests/sync100.py \ test/pacman/tests/sync1000.py \ test/pacman/tests/sync1003.py \ |