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

Changeset 587

Show
Ignore:
Timestamp:
09/02/05 03:32:33
Author:
fumanchu
Message:

Fix broken test from changeset [583].

Files:

Legend:

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

    r555 r587  
    8282            body = StringIO.StringIO(body) 
    8383         
    84         cherrypy.server.request(self.HOST, self.HOST, requestLine
    85                                 headers, body, "http") 
     84        cherrypy.server.request((self.HOST, self.PORT), self.HOST
     85                                requestLine, headers, body, "http") 
    8686         
    8787        self.status = cherrypy.response.status 

Hosted by WebFaction

Log in as guest/cpguest to create tickets