diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-09 23:23:57 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-09 23:23:57 +0200 |
| commit | 522d72a3abeacee8b6070481738f9c9edd0a6161 (patch) | |
| tree | 1e1ec3525622062575ed6c156432a22eb1f1bd91 /tests/data | |
| parent | e4b06af1ace3bbb4281a9c762113f8a2699116c3 (diff) | |
| download | python-apt-522d72a3abeacee8b6070481738f9c9edd0a6161.tar.gz | |
* UpdateManager/Common/aptsources.py:
- 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()
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/sources.list.testDistribution | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/data/sources.list.testDistribution b/tests/data/sources.list.testDistribution index dd900645..031e4c51 100644 --- a/tests/data/sources.list.testDistribution +++ b/tests/data/sources.list.testDistribution @@ -1,14 +1,9 @@ -# comment 1 deb http://de.archive.ubuntu.com/ubuntu/ edgy main -# comment 2 deb http://de.archive.ubuntu.com/ubuntu/ edgy restricted -# comment 3 deb http://de.archive.ubuntu.com/ubuntu/ edgy universe -# comment 4 deb http://de.archive.ubuntu.com/ubuntu/ edgy-updates universe multiverse -# comment 5 +deb http://de.archive.ubuntu.com/ubuntu/ edgy-updates restricted deb http://de.archive.ubuntu.com/ubuntu/ edgy-security main -# comment 6 +deb http://de.archive.ubuntu.com/ubuntu/ edgy-security multiverse deb http://ftp.debian.org/debian sid main -# comment 7 deb http://de.archive.ubuntu.com/ubuntu/ breezy main
\ No newline at end of file |
