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

Changeset 700

Show
Ignore:
Timestamp:
10/02/05 19:47:36
Author:
fumanchu
Message:

Bah. Missed one.

Files:

Legend:

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

    r699 r700  
    692692        self.assertBody('Size: 5') 
    693693         
    694         if cherrypy.server.httpserverclass.__name__ == "WSGIServer": 
     694        httpcls = cherrypy.server.httpserverclass 
     695        if httpcls and httpcls.__name__ == "WSGIServer": 
    695696            cherrypy.config.update({ 
    696697                '/maxrequestsize': {'server.maxRequestBodySize': 3}}) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets