mirror of https://github.com/django/django.git
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:
parent
692f84c4f1
commit
91d9108f6e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue