Skip to content

Commit

Permalink
Improved the regression test in [8460] a bit, based on some informati…
Browse files Browse the repository at this point in the history
…on from

John Huddleston in #7496.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Aug 25, 2008
1 parent de977c8 commit d62cfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/regressiontests/httpwrappers/tests.py
Expand Up @@ -397,7 +397,7 @@
########################
>>> import pickle
>>> q = QueryDict('a=b&c=d')
>>> q1 = pickle.loads(pickle.dumps(q))
>>> q1 = pickle.loads(pickle.dumps(q, 2))
>>> q == q1
True
Expand Down

0 comments on commit d62cfce

Please sign in to comment.