summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2008-09-07 14:13:52 +1000
committerJonathan Lange <jml@canonical.com>2008-09-07 14:13:52 +1000
commite0b8b2286630073728a85da7c176224d817e18a8 (patch)
treecaa571a09148ddb2183536121496613bc06a15b0 /NEWS
parent96bb1b302f4dd7ae2476778031a57d7701e34353 (diff)
downloadtestresources-e0b8b2286630073728a85da7c176224d817e18a8.tar.gz
Corrections and clarifications to NEWS file.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 560c986..c944ff5 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,8 @@ IN DEVELOPMENT
CHANGES:
- * testresources now depends on pyunit3k. You can still use testresources
- without using pyunit3k directly. (Jonathan Lange)
+ * testresources needs pyunit3k to run the testresources test suite. You
+ can still use testresources without using pyunit3k. (Jonathan Lange)
* Calling finishedWith on a dirty resource now cleans that resource.
(Jonathan Lange)
@@ -24,6 +24,11 @@ IN DEVELOPMENT
* Started keeping a NEWS file! (Jonathan Lange)
+ BUG FIXES:
+
+ * Calling getResource on a dirty resource now triggers a clean and re-make
+ of that resource. (Jonathan Lange)
+
API CHANGES:
* OptimisingTestSuite has been renamed to OptimizingTestSuite.
@@ -56,6 +61,10 @@ IN DEVELOPMENT
* A lot of the tests have been split up into smaller tests. Others have
been refactored. (Jonathan Lange)
+ * If calling finishedWith on a TestResource reduces its usage count to
+ zero, then the TestResource considers itself clean, i.e. _dirty is set
+ to True. (Jonathan Lange)
+
* OptimizingTestSuite has been refactored internally so that the way we
switch active resources and determine the cost of switching is more
obvious. (Jonathan Lange)