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

Changeset 1764

Show
Ignore:
Timestamp:
10/26/07 01:17:56
Author:
fumanchu
Message:

Reverting the test for #733 until 3.2.

Files:

Legend:

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

    r1731 r1764  
    208208     
    209209    def get_response(self): 
    210         """Grab a request object from the engine and return its response.""" 
     210        """Run self.request and return its response.""" 
    211211        meth = self.environ['REQUEST_METHOD'] 
    212212        path = _http.urljoin(self.environ.get('SCRIPT_NAME', ''), 
  • trunk/cherrypy/test/test_objectmapping.py

    r1737 r1764  
    269269        self.assertBody("default for dir1, param is:('dir2', '5', '3', 'sir')") 
    270270         
    271         # test that extra positional args raises 404 
     271        # test that extra positional args raises an error. 
     272        # 500 for now, maybe 404 in the future. 
     273        # See http://www.cherrypy.org/ticket/733. 
    272274        self.getPage("/dir1/dir2/script_name/extra/stuff") 
    273         self.assertStatus("404 Not Found"
     275        self.assertStatus(500
    274276     
    275277    def testExpose(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets