#14117: POST Data is different when run from TestClient and actually received -------------------------------+-------------------------------------------- Reporter: [email protected] | Owner: nobody Status: new | Milestone: Component: Testing framework | Version: 1.2 Keywords: TestClient | Stage: Unreviewed Has_patch: 0 | -------------------------------+-------------------------------------------- In my POST data I have a string that contains a + as a space. (i.e. key=Value+1)
In the test framework, request.POST['key'] sees this as 'Value+1', but when run in production request.POST['key'] returns 'Value 1'. So I fixed it in my production environment, but now it causes my tests to fail. -- Ticket URL: <http://code.djangoproject.com/ticket/14117> 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.
