Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1361

Show
Ignore:
Timestamp:
09/13/06 10:54:38
Author:
dowski
Message:

Woops. Removed the test I just added. Looks like the removal of cherrypy.request.path was intentional. If it really is to be removed though, the path attribute should be removed from the Request object. Will act after discussion on cherrypy-devel.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_core.py

    r1360 r1361  
    392392 
    393393class CoreRequestHandlingTest(helper.CPWebCase): 
    394      
    395     def testRequestPath(self): 
    396         self.getPage("/andnow") 
    397         self.assertStatus("200 OK") 
    398         self.assertEqual(cherrypy.request.path, "/andnow") 
    399394     
    400395    def testParams(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets