diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 18:03:36 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2010-01-10 18:03:36 +0000 |
| commit | 91d9108f6ed6055bfb23779bb0c8e3e7d476c000 (patch) | |
| tree | 13b71339cc6a691bb43e3b22744fc90611ab5528 /tests/regressiontests/admin_views | |
| parent | 692f84c4f1d831f0fbb06d349b1a91e42235eab7 (diff) | |
Removed unnecessary debugging statement in admin_views regression test
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_views')
| -rw-r--r-- | tests/regressiontests/admin_views/tests.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/regressiontests/admin_views/tests.py b/tests/regressiontests/admin_views/tests.py index 06cb3deef8..0c7fbc0876 100644 --- a/tests/regressiontests/admin_views/tests.py +++ b/tests/regressiontests/admin_views/tests.py @@ -613,7 +613,6 @@ class AdminViewPermissionsTest(TestCase): self.assertNotContains(response, 'Log out') response = self.client.get('/test_admin/admin/secure-view/') - open('/home/maniac/Desktop/response.html', 'w').write(response.content) self.assertContains(response, 'id="login-form"') class AdminViewStringPrimaryKeyTest(TestCase): |
