diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-30 21:30:02 +0000 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2008-08-30 21:30:02 +0000 |
| commit | ae72e25b354f6cc185eeb42a81ac79b83c5a636c (patch) | |
| tree | 3315a967f6e793f70ec7c2b87d380f123458b9a2 /tests/regressiontests/comment_tests/fixtures/comment_tests.json | |
| parent | eebc7caa6380096f5a8402db9a6e4a324585551b (diff) | |
Fixed #8716: correctly handle name and email in comments from authenticated users.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/comment_tests/fixtures/comment_tests.json')
| -rw-r--r-- | tests/regressiontests/comment_tests/fixtures/comment_tests.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/regressiontests/comment_tests/fixtures/comment_tests.json b/tests/regressiontests/comment_tests/fixtures/comment_tests.json index b10326930e..6731876e22 100644 --- a/tests/regressiontests/comment_tests/fixtures/comment_tests.json +++ b/tests/regressiontests/comment_tests/fixtures/comment_tests.json @@ -37,7 +37,10 @@ "pk" : 100, "fields" : { "username" : "normaluser", - "password" : "34ea4aaaf24efcbb4b30d27302f8657f" + "password" : "34ea4aaaf24efcbb4b30d27302f8657f", + "first_name": "Joe", + "last_name": "Normal", + "email": "joe.normal@example.com" } } ] |
