Author: chrisz
Date: Wed Jan 19 10:19:21 2011
New Revision: 7214
URL: http://trac.turbogears.org/changeset/7214

Log:
Added ticket for CherryPy bug in comment.

Modified:
   branches/1.5/turbogears/tests/test_controllers.py

Modified: branches/1.5/turbogears/tests/test_controllers.py
==============================================================================
--- branches/1.5/turbogears/tests/test_controllers.py   Wed Jan 19 10:08:35 
2011        (r7213)
+++ branches/1.5/turbogears/tests/test_controllers.py   Wed Jan 19 10:19:21 
2011        (r7214)
@@ -525,7 +525,7 @@
             '--AaB03x\r\nContent-Disposition: form-data;'
             ' name="value"\r\n\r\n2\r\n--AaB03x--',
             {'Content-Type': 'multipart/form-data; boundary=AaB03x'})
-        # this fails in CherryPy 3.2.0rc1 because of a bug in _cprequest
+        # fails with CherryPy 3.2.0rc1 because of CherryPy bug #1028
         assert response.body == '4,2', "values not properly passed as list"
 
     def test_validation_with_schema(self):

Reply via email to