Remove references to names.xml in perma_fixtures, they are not needed anyway

- Legacy-Id: 6766
This commit is contained in:
Ole Laursen 2013-11-27 13:19:58 +00:00
parent f9d400ae5c
commit 2cf72aa9e5
6 changed files with 6 additions and 7 deletions

View file

@ -12,8 +12,7 @@ import debug
class AgendaInfoTestCase(TestCase):
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
perma_fixtures = [ 'names.xml', # ietf/names/fixtures/names.xml for MeetingTypeName, and TimeSlotTypeName
'meeting83.json',
perma_fixtures = [ 'meeting83.json',
'constraint83.json',
'workinggroups.json',
'groupgroup.json',

View file

@ -15,7 +15,7 @@ import debug
class ApiTestCase(TestCase):
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
perma_fixtures = [ 'names.xml', # ietf/names/fixtures/names.xml for MeetingTypeName, and TimeSlotTypeName
perma_fixtures = [
'meeting83.json',
'constraint83.json',
'workinggroups.json',

View file

@ -20,7 +20,7 @@ auth_ferrel = {'REMOTE_USER':'stephen.farrell@cs.tcd.ie'}
class AuthDataTestCase(TestCase):
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
perma_fixtures = [ 'names.xml', # ietf/names/fixtures/names.xml for MeetingTypeName, and TimeSlotTypeName
perma_fixtures = [
'meeting83.json',
'constraint83.json',
'workinggroups.json',

View file

@ -13,7 +13,7 @@ capture_output = False
class EditTestCase(TestCase):
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
perma_fixtures = [ 'names.xml', # ietf/names/fixtures/names.xml for MeetingTypeName, and TimeSlotTypeName
perma_fixtures = [
'meeting83.json',
'constraint83.json',
'workinggroups.json',

View file

@ -14,7 +14,7 @@ from ietf.group.models import Group
class UrlGenTestCase(TestCase):
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
perma_fixtures = [ 'names.xml', # ietf/names/fixtures/names.xml for MeetingTypeName, and TimeSlotTypeName
perma_fixtures = [
'meeting83.json',
'constraint83.json',
'workinggroups.json',

View file

@ -13,7 +13,7 @@ from ietf.meeting.views import edit_agenda
class ViewTestCase(TestCase):
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
perma_fixtures = [ 'names', # ietf/names/fixtures/names.xml for MeetingTypeName, and TimeSlotTypeName
perma_fixtures = [
'meeting83',
'constraint83',
'workinggroups',