Changeset 1360
- Timestamp:
- 09/13/06 10:33:05
- Files:
-
- trunk/cherrypy/test/test_core.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/test/test_core.py
r1359 r1360 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") 394 399 395 400 def testParams(self):

