diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-11-13 11:43:44 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-11-13 11:43:44 +0000 |
| commit | e260585880f8fae5b3f2b10ef7fc8206e14fd0bc (patch) | |
| tree | 7dfd192f304c25c24027e8720602f66a1660f73b | |
| parent | 7bd938dd78ab27ec23ffd84811dbdfa5dd83593a (diff) | |
| download | python-apt-e260585880f8fae5b3f2b10ef7fc8206e14fd0bc.tar.gz | |
* tests/test_lp659438.py:
- fix missing architecture to make the tests pass again during
build with the latest apt
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | tests/test_lp659438.py | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 69df3d65..d5fd9f47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ python-apt (0.8.8.1) UNRELEASED; urgency=low * python/tag.cc: - make TagSecString_FromStringAndSize, TagSecString_FromString static, thanks to jcristau + * tests/test_lp659438.py: + - fix missing architecture to make the tests pass again during + build with the latest apt -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Oct 2012 10:03:21 +0200 diff --git a/tests/test_lp659438.py b/tests/test_lp659438.py index 4564f0f6..d3bdd910 100644 --- a/tests/test_lp659438.py +++ b/tests/test_lp659438.py @@ -48,6 +48,7 @@ class RegressionTestCase(unittest.TestCase): Status: install reinstreq half-installed Priority: optional Section: admin +Architecture: all Version: 3.6.9+build1+nobinonly-0ubuntu1""") sources_list_path = apt_pkg.config.find_file("Dir::Etc::sourcelist") repo_path = os.path.abspath("./data/test-repo") |
