Changeset 832
- Timestamp:
- 11/21/05 19:15:06
- Files:
-
- trunk/cherrypy/test/test_core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_core.py
r823 r832 373 373 try: 374 374 self.getPage("/params/?notathing=meeting") 375 self.assertInBody(" TypeError:index() got an unexpected keyword argument 'notathing'")375 self.assertInBody("index() got an unexpected keyword argument 'notathing'") 376 376 finally: 377 377 ignore.pop()

