summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2008-09-07 14:16:25 +1000
committerJonathan Lange <jml@canonical.com>2008-09-07 14:16:25 +1000
commit8006c02b2a1284fd929b07b87c1b5655bdaab614 (patch)
treeb18fcc5fd6d15ab125931900199c0c7a38df6ebf /TODO
parente0b8b2286630073728a85da7c176224d817e18a8 (diff)
downloadtestresources-git-8006c02b2a1284fd929b07b87c1b5655bdaab614.tar.gz
Rename OptimizingTestSuite back to OptimisingTestSuite.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index b697e2f..196950e 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,7 @@
Tasks
=====
-* Test OptimizingTestSuite.sortTests
+* Test OptimisingTestSuite.sortTests
* Test switch
@@ -41,7 +41,7 @@ Bugs
* Current traversal cost doesn't count the cost of setting up the initial set
of resources. Perhaps this could be worked around by including a transition
- from 'no resources' in OptimizingTestSuite._getGraph?
+ from 'no resources' in OptimisingTestSuite._getGraph?
From old todos in README:
* during graph calculation, create a fake root with cost-of-resource paths
@@ -54,7 +54,7 @@ Bugs
Ideas
=====
-* Have a dumb equivalent of OptimizingTestSuite that doesn't do any sorting.
+* Have a dumb equivalent of OptimisingTestSuite that doesn't do any sorting.
Rely on others to do the sorting first.
* Introduce timing hooks for better estimation of setUpCost and tearDownCost.