[Checkins] SVN: manuel/trunk/src/manuel/testing.py remove XXX that is /almost/ right

Benji York benji at zope.com
Wed Jul 8 08:08:50 EDT 2009


Log message for revision 101743:
  remove XXX that is /almost/ right
  

Changed:
  U   manuel/trunk/src/manuel/testing.py

-=-
Modified: manuel/trunk/src/manuel/testing.py
===================================================================
--- manuel/trunk/src/manuel/testing.py	2009-07-08 11:42:51 UTC (rev 101742)
+++ manuel/trunk/src/manuel/testing.py	2009-07-08 12:08:50 UTC (rev 101743)
@@ -9,7 +9,6 @@
 
 class TestCase(unittest.TestCase):
 
-    # XXX this is broken, see the unittest.TestCase docstring
     def __init__(self, m, document, setUp=None, tearDown=None, globs=None):
         unittest.TestCase.__init__(self)
         self.manuel = m



More information about the Checkins mailing list