Changeset 1789
- Timestamp:
- 10/27/07 22:42:27
- Files:
-
- trunk/cherrypy/test/test_core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_core.py
r1786 r1789 925 925 h = [("Content-Type", "text/plain")] 926 926 self.getPage("/method/reachable", headers=h, method="PUT") 927 self.assert Body("success")927 self.assertStatus(411) 928 928 929 929 # Request a custom method with a request body

