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

Changeset 1905

Show
Ignore:
Timestamp:
03/07/08 10:17:28
Author:
fumanchu
Message:

Fixed a broken test.

Files:

Legend:

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

    r1898 r1905  
    1414    files: a sequence of (name, filename, value) tuples for multipart uploads. 
    1515    """ 
    16     BOUNDARY = '----------ThIs_Is_tHe_bouNdaRY_$' 
     16    BOUNDARY = '________ThIs_Is_tHe_bouNdaRY_$' 
    1717    L = [] 
    1818    for key, filename, value in files: 
     
    4545     
    4646    cherrypy.tree.mount(Root()) 
    47     cherrypy.config.update({'environment': 'test_suite'}) 
     47    cherrypy.config.update({'environment': 'test_suite', 
     48                            'server.max_request_body_size': 30000000}) 
    4849 
    4950 

Hosted by WebFaction

Log in as guest/cpguest to create tickets