summaryrefslogtreecommitdiff
path: root/tests/data
AgeCommit message (Collapse)AuthorFilesLines
2006-09-10* added new "MirrorsFile" keyword for the DistInfo TagfileMichael Vogt1-1/+3
* look for mirros as well when matching distros
2006-09-09* UpdateManager/Common/aptsources.py:Michael Vogt1-7/+2
- fix "add_component" to correcly add components even under difficult conditions * tests/data/sources.list.testDistribution: - changed the sources.list to make it sufficiently difficult for aptsources * tests/test_aptsources.py: - added other testcase for add_component()
2006-09-06* tests/test_aptsources.py:Michael Vogt1-0/+14
- added another test for the "Distribution()" class
2006-09-05* tests/test_aptsources.py:Michael Vogt1-0/+6
- added unittest code and implement some basic tests for the aptsources.py code * UpdateManager/Common/aptsources.py: - added __eq__ method to SourceEntry