summaryrefslogtreecommitdiff
path: root/tests/test_aptsources.py
AgeCommit message (Collapse)AuthorFilesLines
2006-09-10* added new "MirrorsFile" keyword for the DistInfo TagfileMichael Vogt1-2/+11
* look for mirros as well when matching distros
2006-09-09* UpdateManager/Common/aptsources.py:Michael Vogt1-6/+25
- 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 Vogt1-10/+24
- 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 Vogt1-0/+85
- added unittest code and implement some basic tests for the aptsources.py code * UpdateManager/Common/aptsources.py: - added __eq__ method to SourceEntry