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

Changeset 1760

Show
Ignore:
Timestamp:
10/19/07 15:55:00
Author:
lakin
Message:

CPWebCase.getPage: Fixed a bug whereby it was not returning the result of calling webtest.WebCase?.getPage.

Files:

Legend:

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

    r1741 r1760  
    5757        if self.script_name: 
    5858            url = http.urljoin(self.script_name, url) 
    59         webtest.WebCase.getPage(self, url, headers, method, body, protocol) 
     59        return webtest.WebCase.getPage(self, url, headers, method, body, protocol) 
    6060     
    6161    def assertErrorPage(self, status, message=None, pattern=''): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets