Changeset 1827
- Timestamp:
- 11/12/07 15:40:08
- Files:
-
- trunk/cherrypy/test/test_states_demo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_states_demo.py
r1824 r1827 74 74 # it allows test_states to wait_for_occupied_port 75 75 # and then immediately call getPage without getting 503. 76 try: 77 cherrypy.config.update(conf) 78 cherrypy.tree.mount(Root(), config={'global': conf}) 79 cherrypy.engine.start() 80 cherrypy.engine.block() 81 sys.exit(0) 82 except Exception: 83 sys.exit(1) 76 cherrypy.config.update(conf) 77 cherrypy.tree.mount(Root(), config={'global': conf}) 78 cherrypy.engine.start() 79 cherrypy.engine.block()

