summaryrefslogtreecommitdiff
path: root/MANUAL
diff options
context:
space:
mode:
authorJonathan Lange <jml@canonical.com>2009-04-16 14:44:31 +1000
committerJonathan Lange <jml@canonical.com>2009-04-16 14:44:31 +1000
commitaee2ea8d71b304b6e772ebe8199bdadf8bc550a3 (patch)
treef405421c74c2a8339c00372eace6e19cac072e8e /MANUAL
parenta566f94649298e3039c5fd3078ba5c48310c884f (diff)
downloadtesttools-aee2ea8d71b304b6e772ebe8199bdadf8bc550a3.tar.gz
Add a note to the manual about things that might upset people.
Diffstat (limited to 'MANUAL')
-rw-r--r--MANUAL5
1 files changed, 4 insertions, 1 deletions
diff --git a/MANUAL b/MANUAL
index 8c65ab8..ae7a03e 100644
--- a/MANUAL
+++ b/MANUAL
@@ -100,9 +100,12 @@ ThreadsafeForwardingResult
A TestResult which forwards activity to another test result, but synchronises
on a semaphore to ensure that all the activity for a single test arrives in a
-batch. This allows simple TestResults which do not expect concurrent test
+batch. This allows simple TestResults which do not expect concurrent test
reporting to be fed the activity from multiple test threads, or processes.
+Note that when you provide multiple errors for a single test, the target sees
+each error as a distinct complete test.
+
Extensions to TestSuite
-----------------------