Opened 16 years ago

Closed 16 years ago

#6868 closed (fixed)

FilePathField tests fail on Windows

Reported by: Ned Batchelder Owned by: nobody
Component: Forms Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The file paths in the expected results for FilePathField are platform-specific. On Windows, the results include backslashes.

The patch fixes this by defining an ad-hoc fixer function which is called on the results.

Attachments (1)

6868_filepathfield_tests.diff (2.8 KB ) - added by Ned Batchelder 16 years ago.
the patch, without spurious blank line

Download all attachments as: .zip

Change History (2)

by Ned Batchelder, 16 years ago

the patch, without spurious blank line

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [7355].

Note: See TracTickets for help on using tickets.
Back to Top