[Zope-Checkins] SVN: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/testHTTPResponse.py Move TODOs to the end.

Tres Seaver tseaver at palladion.com
Tue Dec 22 00:00:07 EST 2009


Log message for revision 106848:
  Move TODOs to the end.

Changed:
  U   Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/testHTTPResponse.py

-=-
Modified: Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/testHTTPResponse.py
===================================================================
--- Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/testHTTPResponse.py	2009-12-22 04:59:32 UTC (rev 106847)
+++ Zope/branches/tseaver-fix_wsgi/src/ZPublisher/tests/testHTTPResponse.py	2009-12-22 05:00:07 UTC (rev 106848)
@@ -909,10 +909,6 @@
         else:
             self.fail("Didn't raise Unauthorized")
 
-    #TODO
-
-    # def test_exception_* WAAAAAA!
-
     def test___str__already_wrote(self):
         response = self._makeOne()
         response._wrote = True
@@ -1090,7 +1086,10 @@
         self.assertEqual(len(lines), 1)
         self.assertEqual(lines[0], 'Kilroy was here!')
 
+    #TODO
+    # def test_exception_* WAAAAAA!
 
+
 def test_suite():
     suite = unittest.TestSuite()
     suite.addTest(unittest.makeSuite(HTTPResponseTests, 'test'))



More information about the Zope-Checkins mailing list