=== modified file 'src/zope/testing/testrunner/formatter.py'
--- src/zope/testing/testrunner/formatter.py	2010-04-06 03:02:54 +0000
+++ src/zope/testing/testrunner/formatter.py	2010-04-10 15:27:41 +0000
@@ -795,8 +795,7 @@
         """Report an error."""
         # XXX: Mostly used for user errors, sometimes used for errors in the
         # test framework, sometimes used to record layer setUp failure (!!!).
-        # How should this be encoded?
-        raise NotImplementedError(self.error)
+        self._stream.write('%s\n' % (message,))
 
     def error_with_banner(self, message):
         """Report an error with a big ASCII banner."""

