Changeset 1361
- Timestamp:
- 09/13/06 10:54:38
- Files:
-
- trunk/cherrypy/test/test_core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_core.py
r1360 r1361 392 392 393 393 class CoreRequestHandlingTest(helper.CPWebCase): 394 395 def testRequestPath(self):396 self.getPage("/andnow")397 self.assertStatus("200 OK")398 self.assertEqual(cherrypy.request.path, "/andnow")399 394 400 395 def testParams(self):

