Changeset 2468
- Timestamp:
- 06/27/09 16:37:58
- Files:
-
- trunk/cherrypy/test/test_core.py (modified) (1 diff)
- trunk/cherrypy/test/test_request_obj.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_core.py
r2437 r2468 13 13 from cherrypy import _cptools, tools 14 14 from cherrypy.lib import httputil, static 15 from cherrypy._cpdispatch import test_callable_spec16 15 17 16 trunk/cherrypy/test/test_request_obj.py
r2437 r2468 13 13 from cherrypy import _cptools, tools 14 14 from cherrypy.lib import static, httputil 15 from cherrypy._cpdispatch import test_callable_spec16 15 17 16 defined_http_methods = ("OPTIONS", "GET", "HEAD", "POST", "PUT", "DELETE",

