Fixed tests added in [7200] to not depend on unpredictable key order of dict, which was sometimes causing a test error.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
dcdd9b3c63
commit
4487be66ef
|
@ -13,7 +13,7 @@ META:{}>
|
||||||
GET:<QueryDict: {}>,
|
GET:<QueryDict: {}>,
|
||||||
POST:<QueryDict: {}>,
|
POST:<QueryDict: {}>,
|
||||||
COOKIES:{},
|
COOKIES:{},
|
||||||
META:{'REQUEST_METHOD': 'bogus', 'PATH_INFO': 'bogus'}>
|
META:{...}>
|
||||||
|
|
||||||
>>> from django.core.handlers.modpython import ModPythonRequest
|
>>> from django.core.handlers.modpython import ModPythonRequest
|
||||||
>>> class FakeModPythonRequest(ModPythonRequest):
|
>>> class FakeModPythonRequest(ModPythonRequest):
|
||||||
|
|
Loading…
Reference in New Issue