summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomi Richards <thomi.richards@canonical.com>2013-11-19 12:53:56 +1300
committerThomi Richards <thomi.richards@canonical.com>2013-11-19 12:53:56 +1300
commita778ddb7e1d8fb03b58860b273ae3e8f32690ff6 (patch)
treebb7e2fb4072d7576177eaeaba2c9904cff1715a6
parent9ef306018ca4057c46a5627379e8671eb1b8db26 (diff)
downloadsubunit-a778ddb7e1d8fb03b58860b273ae3e8f32690ff6.tar.gz
Reverted whitespace changes to NEWS file.
-rw-r--r--NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 6e4cd21..a799dd4 100644
--- a/NEWS
+++ b/NEWS
@@ -337,10 +337,10 @@ BUG FIXES
IMPROVEMENTS
~~~~~~~~~~~~
-* New filter `subunit-notify` that will show a notification window with test
+* New filter `subunit-notify` that will show a notification window with test
statistics when the test run finishes.
-* subunit.run will now pipe its output to the command in the
+* subunit.run will now pipe its output to the command in the
SUBUNIT_FORMATTER environment variable, if set.
0.0.4
@@ -359,7 +359,7 @@ BUG FIXES
-----
CHANGES:
-
+
* License change, by unanimous agreement of contributors to BSD/Apache
License Version 2.0. This makes Subunit compatible with more testing
frameworks.
@@ -367,7 +367,7 @@ BUG FIXES
IMPROVEMENTS:
* CPPUnit is now directly supported: subunit builds a cppunit listener
- ``libcppunit-subunit``.
+ ``libcppunit-subunit``.
* In the python API ``addExpectedFailure`` and ``addUnexpectedSuccess``
from python 2.7/3.1 are now supported. ``addExpectedFailure`` is
@@ -385,7 +385,7 @@ BUG FIXES
* Multipart test outcomes are tentatively supported; the exact protocol
for them, both serialiser and object is not yet finalised. Testers and
early adopters are sought. As part of this and also in an attempt to
- provider a more precise focus on the wire protocol and toolchain,
+ provider a more precise focus on the wire protocol and toolchain,
Subunit now depends on testtools (http://launchpad.net/testtools)
release 0.9.0 or newer.
@@ -456,7 +456,7 @@ BUG FIXES
and like in the protocol, if called while a test is active only applies
to that test. (Robert Collins)
- * ``TestResultFilter`` takes a new optional constructor parameter
+ * ``TestResultFilter`` takes a new optional constructor parameter
``filter_predicate``. (Martin Pool)
* When a progress: directive is encountered in a subunit stream, the