diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-05 21:08:44 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-05 21:08:44 +0200 |
| commit | 9ee11257a37b71187f326b166837150b95a802a9 (patch) | |
| tree | f8c407d63b290bcfcaf9653b0c7896783fd9824c /tests/data | |
| parent | 243e1e9917a332a50397cf542d42dadfc3b5c43c (diff) | |
| download | python-apt-9ee11257a37b71187f326b166837150b95a802a9.tar.gz | |
* tests/test_aptsources.py:
- added unittest code and implement some basic tests for the aptsources.py
code
* UpdateManager/Common/aptsources.py:
- added __eq__ method to SourceEntry
Diffstat (limited to 'tests/data')
| -rw-r--r-- | tests/data/sources.list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/sources.list b/tests/data/sources.list new file mode 100644 index 00000000..5481d4f0 --- /dev/null +++ b/tests/data/sources.list @@ -0,0 +1,6 @@ +# 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
\ No newline at end of file |
