Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14159 closed (fixed)

Forms tests are dependent on module.__file__ returning an absolute path

Reported by: Alex Gaynor Owned by: nobody
Component: Testing framework Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Same issue as #14148.

Attachments (1)

django-abspath.diff (2.6 KB ) - added by Alex Gaynor 14 years ago.

Download all attachments as: .zip

Change History (4)

by Alex Gaynor, 14 years ago

Attachment: django-abspath.diff added

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13636]) Fixed #14159 -- Corrected more potential uses of relative paths in tests. Thanks to Alex Gaynor for the patch.

comment:3 by Russell Keith-Magee, 14 years ago

(In [13637]) [1.2.X] Fixed #14159 -- Corrected more potential uses of relative paths in tests. Thanks to Alex Gaynor for the patch.

Backport of r13636 from trunk.

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