Changeset 1606
- Timestamp:
- 01/31/07 18:15:47
- Files:
-
- trunk/cherrypy/test/test_core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_core.py
r1534 r1606 898 898 self.assertBody(b) 899 899 900 # Request a PUT method with an empty body. 901 # See http://www.cherrypy.org/ticket/650. 902 h = [("Content-Type", "text/plain"), 903 ("Content-Length", "0")] 904 self.getPage("/method/request_body", headers=h, method="PUT", body="") 905 self.assertBody("") 906 900 907 # Request a custom method with a request body 901 908 b = ('<?xml version="1.0" encoding="utf-8" ?>\n\n'

