summaryrefslogtreecommitdiff
path: root/tests/data/sources.list.testDistribution
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17tests: First work on the new testsuite.Julian Andres Klode1-13/+0
The module tests.test_all will run all available tests. Each test placed herein must be using unittest and provide at least 1 test case. It must be prefixed with test_.
2008-09-18* python/apt_pkgmodule.cc:Michael Vogt1-0/+2
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-10/+10
- make the test work again
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