diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-06 13:37:56 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-06 13:37:56 +0200 |
| commit | d754e704d6e42bff9f1f8485e134fd4d04cb3a24 (patch) | |
| tree | cee5ed5bbc75cedd1de1fbc141a0a132ec834612 /tests/data | |
| parent | eafcfb0385b7183f8ad02b4d258549975ed5e350 (diff) | |
| download | python-apt-d754e704d6e42bff9f1f8485e134fd4d04cb3a24.tar.gz | |
* tests/test_aptsources.py:
- added another test for the "Distribution()" class
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/sources.list.testDistribution | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/data/sources.list.testDistribution b/tests/data/sources.list.testDistribution new file mode 100644 index 00000000..dd900645 --- /dev/null +++ b/tests/data/sources.list.testDistribution @@ -0,0 +1,14 @@ +# 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-security main +# comment 6 +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 |
