summaryrefslogtreecommitdiff
path: root/TODO
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 /TODO
parent84917e5532506938f82dcc58be3b61e73ed6495e (diff)
downloadtestresources-git-13c8ac3df5d83d43d0ac2069051b10b99b721119.tar.gz
Rename makeResource and cleanResource to make and clean.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 196950e..c8a031b 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@ Tasks
* Discuss copyright of Jonathan's contributions with Robert.
-* Test exceptions being raised from makeResource and cleanResource
+* Test exceptions being raised from make and clean
* Talk to bzrtools upstream (abentley) about the significant
backwards-compatibility-breaking changes.
@@ -61,9 +61,9 @@ Ideas
* Store timing information so that cost estimations can improve over time.
-* Change the interface of TestResource so that makeResource and cleanResource
- are methods on some *other* object, rather than methods to be overridden.
- This object could well have the interface .setUp() and .tearDown()!
+* Change the interface of TestResource so that make and clean are methods on
+ some *other* object, rather than methods to be overridden. This object could
+ well have the interface .setUp() and .tearDown()!
* Move ResourcedTestCase.setUpResources and tearDownResources to be methods.