Opened 15 years ago

Closed 15 years ago

#11009 closed (duplicate)

Auth PasswordResestTest fails since changeset 10599 - Ticket #8752

Reported by: laureline.guerin@… Owned by: nobody
Component: Contrib apps 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

The test class PasswordResetTest was modified in changeset 10599 to init languages in setUp method (Ticket #8752). The parent' setUp is overide, and templates are not found anymore. Tests fail.

ERROR: test_confirm_complete (django.contrib.auth.tests.views.PasswordResetTest)
----------------------------------------------------------------------
Traceback (most recent call last):
...
TemplateDoesNotExist: registration/login.html

Attachments (1)

django_contrib_auth_tests_views.diff (859 bytes ) - added by laureline.guerin@… 15 years ago.
patch to fix the bug

Download all attachments as: .zip

Change History (3)

by laureline.guerin@…, 15 years ago

patch to fix the bug

comment:1 by Chris Beaven, 15 years ago

Summary: Auth PasswordResestTest fails since sur changeset 10599 - Ticket #8752Auth PasswordResestTest fails since changeset 10599 - Ticket #8752
Triage Stage: UnreviewedReady for checkin

comment:2 by Chris Beaven, 15 years ago

Resolution: duplicate
Status: newclosed

Closing as a duplicate of #10976

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