Skip to content

Commit

Permalink
Should be of no consequence.. right?
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Feb 5, 2013
1 parent a6f096e commit 9cf7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class TestFileField(WidgetTest):
'id': 'hid',
'validator': FileValidator(extension="bdb", required=True),
}
expected = '<input id="hid" type="file" class="something" name="hid"/>'
expected = '<input id="hid" type="file" class="something" value="" name="hid"/>'
dummy_file = FieldStorage(StringIO(''))
dummy_file.filename = 'something.ext'
validate_params = [
Expand Down

0 comments on commit 9cf7a07

Please sign in to comment.