Ticket #107 (closed task: fixed)

Opened 6 years ago

Last modified 3 years ago

TestApp.post doesn't blows up on two item tuple in upload_files

Reported by: charlie.groves@… Owned by: ianb
Priority: normal Milestone: 1.4.1
Component: paste Version:
Severity: minor Keywords:
Cc:

Description

TestApp?.post upload_files with a tuple of length two raises an IndexError?

Changing filename = file_info[2] to filename = file_info[1] in _get_file_info would fix it.

Change History

Changed 6 years ago by anonymous

  • priority changed from normal to highest
  • type set to defect
  • version svn-trunk deleted
  • component changed from *paste to webkit
  • severity changed from normal to major

Changed 6 years ago by http://ianbicking.org/

  • status changed from new to closed
  • resolution set to fixed
  • component changed from exceptions to *paste

Fixed in r5472.

Changed 5 years ago by anonymous

  • milestone 1.0 deleted

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.