#8797: django password reset tests assume hardcoded urls
----------------------------+-----------------------------------------------
Reporter: teh | Owner: nobody
Status: new | Milestone: 1.0
Component: Authentication | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
----------------------------+-----------------------------------------------
in `django/contrib/auth/tests/views.py` there are lines like e.g.:
{{{
response = self.client.post('/password_reset/', {'email':
'[EMAIL PROTECTED]'})
}}}
When one associates the password views with different urls in urls.py
these tests will fail because of the hardcoded `'/password_reset/'`.
--
Ticket URL: <http://code.djangoproject.com/ticket/8797>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---