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
This commit is contained in:
parent
02a1b9a93e
commit
658abb0859
|
@ -302,7 +302,6 @@ class LoginTest(AuthViewsTestCase):
|
|||
|
||||
|
||||
class LoginURLSettings(AuthViewsTestCase):
|
||||
urls = 'django.contrib.auth.tests.urls'
|
||||
|
||||
def setUp(self):
|
||||
super(LoginURLSettings, self).setUp()
|
||||
|
@ -361,7 +360,6 @@ class LoginURLSettings(AuthViewsTestCase):
|
|||
|
||||
|
||||
class LogoutTest(AuthViewsTestCase):
|
||||
urls = 'django.contrib.auth.tests.urls'
|
||||
|
||||
def confirm_logged_out(self):
|
||||
self.assertTrue(SESSION_KEY not in self.client.session)
|
||||
|
|
Loading…
Reference in New Issue