summaryrefslogtreecommitdiffstats
path: root/pactest/tests/xfercommand001.py
AgeCommit message (Collapse)AuthorFilesLines
2010-06-02Move pacman test suiteAllan McRae1-20/+0
Move the test suite to test/pacman in order to make a logical location for a future makepkg test suite. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
2008-03-18Drop case insensitive comparisons in the config parsing.Chantry Xavier1-1/+1
These case insensitive comparisons didn't work in some locales, like tr_TR where upper(i) != I. So a second case sensitive comparison had to be made for each directive. Only keeping case sensitive comparisons make the code cleaner and treat all locales equally. Ref: http://www.archlinux.org/pipermail/pacman-dev/2008-March/011445.html Also fix pactests to use the correct case. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
2007-03-05Added this test to check the XferCommand functionalityAaron Griffin1-0/+20