/docs/gp.fileupload Gawel's repository

typo

authorGael Pasgrimaud <gael@gawel.org>
Tue Feb 10 23:17:15 2009 +0100 (17 months ago)
changeset 137465a9ed912fa
parent 136 37b7292add04
child 138 28c38386fa3e
typo
     1.1 --- a/gp/fileupload/tests.py	Sun Feb 08 16:35:07 2009 +0100
     1.2 +++ b/gp/fileupload/tests.py	Tue Feb 10 23:17:15 2009 +0100
     1.3 @@ -152,7 +152,7 @@
     1.4      response = req.get_response(app)
     1.5  
     1.6      # check correct output
     1.7 -    assert 'var test = null;' in response.body, output
     1.8 +    assert 'var test = null;' in response.body, response.body
     1.9  
    1.10      # check temp files
    1.11      tempfiles = glob.glob(os.path.join(TEMP_DIR, '*.dump'))