summaryrefslogtreecommitdiffstats
path: root/pactest/tests/sync1100.py
AgeCommit message (Collapse)AuthorFilesLines
2007-12-29fix two broken pactests because of date localization.Chantry Xavier1-1/+1
query002 and sync1100 had PACMAN_OUTPUT rules that looked at the build/install date (localized). Instead of looking at the month name, it will now check the year, which should be safer. I also had to add another pactest (query005) for keeping the same coverage. Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
2007-12-03Add a lot more tests (and some pactest fixes) to -Si and -Qi testsDan McGee1-0/+12
Signed-off-by: Dan McGee <dan@archlinux.org>
2007-12-03Add more pactests to increase code coverageDan McGee1-0/+11
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>