#8523: contrib.auth's ChangePasswordTest tests have invalid setUp/tearDown methods ----------------------------+----------------------------------------------- Reporter: mtrichardson | Owner: nobody Status: new | Milestone: 1.0 Component: Authentication | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 1 | ----------------------------+----------------------------------------------- This was introduced in #8497 by my patch - we shouldn't be changing the template directory at all on that since current behavior is that the tests should fail if these templates aren't present. However, ChangePasswordTest changes the TEMPLATE_DIRS setting, which we were using to make sure that our tests would run properly - this isn't actually relevant at all.
-- Ticket URL: <http://code.djangoproject.com/ticket/8523> 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 -~----------~----~----~----~------~----~------~--~---
