Can't use the mysql XML dump as fixture -- too optimistic! ;-)

- Legacy-Id: 238
This commit is contained in:
Henrik Levkowetz 2007-06-05 17:40:06 +00:00
parent 2f8f7742a4
commit e0a30980fa

View file

@ -34,7 +34,6 @@ def get_patterns(module):
return all
class UrlTestCase(TestCase):
fixtures = ['/www/tools.ietf.org/events/raw/sqldump/ietf_db_dump.xml', ]
def setUp(self):
from django.test.client import Client
self.client = Client()