summaryrefslogtreecommitdiff
path: root/django/test
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-07-19 19:37:55 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-07-19 19:37:55 +0000
commit189c704ae64691ab6bbb8ffb3adee73ffd4105fe (patch)
tree6d757468b4677a8428437d3bdd77231ec6352fa5 /django/test
parentbe367501633889fdd66f4a56e646868e4ba78f4a (diff)
Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout
that, folks. :-( git-svn-id: http://code.djangoproject.com/svn/django/trunk@7995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/test')
-rw-r--r--django/test/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/client.py b/django/test/client.py
index 7d621449ea..47c12a4ca1 100644
--- a/django/test/client.py
+++ b/django/test/client.py
@@ -190,7 +190,7 @@ class Client:
'PATH_INFO': '/',
'QUERY_STRING': '',
'REQUEST_METHOD': 'GET',
- 'SCRIPT_NAME': '',
+ 'SCRIPT_NAME': None,
'SERVER_NAME': 'testserver',
'SERVER_PORT': 80,
'SERVER_PROTOCOL': 'HTTP/1.1',