summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2012-01-27 17:45:28 +1300
committerRobert Collins <robertc@robertcollins.net>2012-01-27 17:45:28 +1300
commit2e960cfdae968b8061a2bf2efd1f055a53a76276 (patch)
treeb72d26a52b093f74c851c0a1d2d0a4e6b7eb4915
parent4bc640b4c3eddd14770eb3a3cb2e6f6c75ed058d (diff)
parent4e1b55708ddda6850ff8680312034093e6ff6190 (diff)
downloadtestresources-2e960cfdae968b8061a2bf2efd1f055a53a76276.tar.gz
* Typo in NEWS fixed. (Thommi Richards)
-rw-r--r--NEWS2
-rw-r--r--README2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bb679ed..a8b4de3 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,8 @@ IMPROVEMENTS
* super() is now called from ResourcedTestCase fixing a long standing issue
with using it as a mix-in in Python 2.4 and above. (Tim Cole, #771505)
+* Typo in NEWS fixed. (Thommi Richards)
+
0.2.4
-----
diff --git a/README b/README
index a5ffdde..9216184 100644
--- a/README
+++ b/README
@@ -84,7 +84,7 @@ resource during tearDown().
For example::
- class TestLog(testresources.TestCase):
+ class TestLog(testresources.ResourcedTestCase):
resources = [('branch', BzrPopulatedBranch())]