Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed redundant definition of urls in the auth tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17142 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
aaugustin committed Nov 22, 2011
1 parent 02a1b9a commit 658abb0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django/contrib/auth/tests/views.py
Expand Up @@ -302,7 +302,6 @@ def test_security_check(self, password='password'):


class LoginURLSettings(AuthViewsTestCase):
urls = 'django.contrib.auth.tests.urls'

def setUp(self):
super(LoginURLSettings, self).setUp()
Expand Down Expand Up @@ -361,7 +360,6 @@ def test_remote_login_url_with_next_querystring(self):


class LogoutTest(AuthViewsTestCase):
urls = 'django.contrib.auth.tests.urls'

def confirm_logged_out(self):
self.assertTrue(SESSION_KEY not in self.client.session)
Expand Down

0 comments on commit 658abb0

Please sign in to comment.