1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00

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
This commit is contained in:
Adrian Holovaty 2010-01-10 18:03:36 +00:00
parent 692f84c4f1
commit 91d9108f6e

View File

@ -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):