summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@canonical.com>2012-11-20 09:52:18 +0100
committerMartin Pitt <martin.pitt@canonical.com>2012-11-20 09:52:18 +0100
commit5b224ace5811c2cc9a1f5506072f04abbd7dc242 (patch)
treedbf9dc06d0fc2af0afebedd48cf3c9b5c61fbf82 /debian
parent7fd512f22177d4745843d8d282cbb8a964915a21 (diff)
downloadpython-apt-5b224ace5811c2cc9a1f5506072f04abbd7dc242.tar.gz
tests/test_auth.py: In test_add_key_from_server_mitm(), show the exception
if it does not match the expectation, so that this becomes possible to debug.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6bfacedf..cce0d623 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ python-apt (0.8.8ubuntu5) UNRELEASED; urgency=low
* tests/*.py: Do not prepend None to sys.path, Python 3.3 redeems that with
an unintelligible crash.
+ * tests/test_auth.py: In test_add_key_from_server_mitm(), show the exception
+ if it does not match the expectation, so that this becomes possible to
+ debug.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 20 Nov 2012 09:43:36 +0100