summaryrefslogtreecommitdiff
path: root/tests/test_aptsources.py
AgeCommit message (Collapse)AuthorFilesLines
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-18/+26
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-2/+2
2008-09-18* python/apt_pkgmodule.cc:Michael Vogt1-0/+8
add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants - fix detection of cdrom sources and add test for it
2008-09-18* tests/test_aptsources.py:Michael Vogt1-13/+21
- make the test work again
2008-05-16Limit code lines to maximum 79 characters, to conform with PEP 8.Ben Finney1-2/+5
2008-05-16Fix spaces adjacent to commas and operators, to conform with PEP 8.Ben Finney1-9/+9
2008-05-16Fixes to blank lines, to conform with PEP 8.Ben Finney1-0/+3
2008-05-16Remove trailing whitespace.Ben Finney1-2/+2
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