Skip to content

Commit

Permalink
Removed unnecessary debugging statement in admin_views regression test
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Jan 10, 2010
1 parent 692f84c commit 91d9108
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/regressiontests/admin_views/tests.py
Expand Up @@ -613,7 +613,6 @@ def testDisabledPermissionsWhenLoggedIn(self):
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):
Expand Down

0 comments on commit 91d9108

Please sign in to comment.