Commit 4487be66 authored by Gary Wilson Jr's avatar Gary Wilson Jr
Browse files

Fixed tests added in [7200] to not depend on unpredictable key order of dict,...

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
parent dcdd9b3c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ META:{}>
GET:<QueryDict: {}>,
POST:<QueryDict: {}>,
COOKIES:{},
META:{'REQUEST_METHOD': 'bogus', 'PATH_INFO': 'bogus'}>
META:{...}>

>>> from django.core.handlers.modpython import ModPythonRequest
>>> class FakeModPythonRequest(ModPythonRequest):