only need urls for the last class after all

This commit is contained in:
anentropic 2012-01-25 19:38:17 +00:00
Родитель c9a0c9d7ed
Коммит 890060e67b
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -24,7 +24,6 @@ urlpatterns = patterns('',
class TestCsrfToken(django.test.TestCase):
urls = 'session_csrf.tests'
def setUp(self):
self.client.handler = ClientHandler()
@ -66,7 +65,6 @@ class TestCsrfToken(django.test.TestCase):
class TestCsrfMiddleware(django.test.TestCase):
urls = 'session_csrf.tests'
def setUp(self):
self.token = 'a' * 32