summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2013-11-24 11:59:39 +1300
committerRobert Collins <robertc@robertcollins.net>2013-11-24 11:59:39 +1300
commit7262d3823e8435b7ca9af2226ba49c5029393a38 (patch)
treebff1e6cb37355b20143471be2279508ec328a309 /NEWS
parentf025f2ea921ab8c551b7c6b7fa3de23099057504 (diff)
downloadsubunit-7262d3823e8435b7ca9af2226ba49c5029393a38.tar.gz
The test suite was failing 6 tests due to testtools changing it's output
formatting of exceptions. (Robert Collins)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78c251e..380eb6c 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ BUG FIXES
* Python 3.1 and 3.2 have an inconsistent memoryview implementation which
required a workaround for NUL byte detection. (Robert Collins, #1216246)
+* The test suite was failing 6 tests due to testtools changing it's output
+ formatting of exceptions. (Robert Collins)
+
* V2 parser errors now set appropriate mime types for the encapsulated packet
data and the error message. (Robert Collins)