summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2006-09-10* added new "MirrorsFile" keyword for the DistInfo TagfileMichael Vogt2-3/+14
* look for mirros as well when matching distros
2006-09-09* UpdateManager/Common/aptsources.py:Michael Vogt2-13/+27
- 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-07* merged with glatzorMichael Vogt1-1/+1
2006-09-06* tests/test_aptsources.py:Michael Vogt2-10/+38
- added another test for the "Distribution()" class
2006-09-06* UpdateManager/Common/aptsources.py, tests/test_aptsources.py:Michael Vogt1-2/+2
- fix test-case-failure in aptsources.py when compents are added
2006-09-05* tests/test_aptsources.py:Michael Vogt2-0/+91
- added unittest code and implement some basic tests for the aptsources.py code * UpdateManager/Common/aptsources.py: - added __eq__ method to SourceEntry