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

Changeset 1713

Show
Ignore:
Timestamp:
08/27/07 18:42:06
Author:
fumanchu
Message:

New path segment param test.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/cherrypy-3.0.x/cherrypy/test/test_objectmapping.py

    r1469 r1713  
    259259        self.getPage("/dir1/dir2/5/3/sir") 
    260260        self.assertBody("default for dir1, param is:('dir2', '5', '3', 'sir')") 
     261         
     262        # try path segments with parameters 
     263        self.getPage("/dir1/dir2/posparam;jsessionid=D8E345") 
     264        self.assertBody("default for dir1, param is:('dir2', " 
     265                        "'posparam;jsessionid=D8E345')") 
    261266     
    262267    def testExpose(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets