Changeset 893
- Timestamp:
- 12/29/05 12:28:28
- Files:
-
- trunk/cherrypy/test/helper.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/helper.py
r890 r893 236 236 def _test_main_thread(): 237 237 try: 238 webtest.WebCase.PORT = cherrypy.config.get('server.socket_port') 238 239 webtest.main() 239 240 finally:

