summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2008-09-07 14:49:06 +1000
committerJonathan Lange <jml@canonical.com>2008-09-07 14:49:06 +1000
commit13c8ac3df5d83d43d0ac2069051b10b99b721119 (patch)
treef255ed7bba7880662c17ace92cb15c555d8e179f /NEWS
parent84917e5532506938f82dcc58be3b61e73ed6495e (diff)
downloadtestresources-git-13c8ac3df5d83d43d0ac2069051b10b99b721119.tar.gz
Rename makeResource and cleanResource to make and clean.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c31b8dd..b4b6a33 100644
--- a/NEWS
+++ b/NEWS
@@ -49,8 +49,8 @@ IN DEVELOPMENT
* ResourcedTestCase will now look for resources in the 'resources'
attribute, rather than the '_resources' attribute. (Jonathan Lange)
- * TestResource subclasses should override makeResource and cleanResource
- where they previously overrode _makeResource and _cleanResource.
+ * TestResource subclasses should override 'make' and 'clean' where they
+ previously overrode '_makeResource' and '_cleanResource'.
(Jonathan Lange)
INTERNALS: