diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 05:00:52 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-20 05:00:52 +0000 |
| commit | c49f2d21ea055ae3c9b66cfd62a9f527a2f6d3b5 (patch) | |
| tree | 66a8709e51ae865b2a115a5f3753f2460d9b281c /tests/modeltests/test_client | |
| parent | 0ae4e102dc60de49d8f1457373458082f6639086 (diff) | |
newforms-admin: Merged to [5983]
git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@5984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/modeltests/test_client')
| -rw-r--r-- | tests/modeltests/test_client/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modeltests/test_client/models.py b/tests/modeltests/test_client/models.py index 98b6a808a1..e1f3987847 100644 --- a/tests/modeltests/test_client/models.py +++ b/tests/modeltests/test_client/models.py @@ -247,6 +247,7 @@ class ClientTest(TestCase): self.failIf(login) def test_logout(self): + "Request a logout after logging in" # Log in self.client.login(username='testclient', password='password') |
