#9470: PasswordResetTest.test_email_not_found built in test chokes on apostrophe
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: closed | Milestone:
Component: Uncategorized | Version: 1.0
Resolution: duplicate | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by kmtracey):
* status: new => closed
* needs_better_patch: => 0
* resolution: => duplicate
* needs_tests: => 0
* needs_docs: => 0
Comment:
I don't really understand why you are seeing this error. This test passes
for me. There is a ticket (#6160) to add escaping to validation error
messages, and part of the patch for that ticket changes these tests to
expect the apostrophes to be escaped (I'm also puzzled by why fixing this
single apostrophe fixes your issue -- there are two others in that test
file -- why don't you see errors on them?). So I'm going to call this a
dup of that ticket, since I believe the fix for that will fix whatever is
causing this in your case as well.
--
Ticket URL: <http://code.djangoproject.com/ticket/9470#comment:1>
Django <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
-~----------~----~----~----~------~----~------~--~---