Skip to content

Commit d867896

Browse files
committed
Remove use of "groupgroup" fixture from Secretariat apps, it looks
like they don't actually depend on it, and the fixture itself is unfortunately not complete so Django refuses to load it - Legacy-Id: 6938
1 parent beda4ba commit d867896

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

ietf/secr/areas/tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ def augment_data():
2121
by=system)
2222

2323
class MainTestCase(TestCase):
24-
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
25-
perma_fixtures = ['groupgroup', 'groupevents']
26-
2724
def test_main(self):
2825
"Main Test"
2926
draft = make_test_data()

ietf/secr/groups/tests.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,6 @@
88
SECR_USER='secretary'
99

1010
class GroupsTest(TestCase):
11-
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
12-
perma_fixtures = ['persons','groupgroup',]
13-
"""
14-
perma_fixtures = [ 'acronym.json',
15-
'area.json',
16-
'areadirector',
17-
'areagroup.json',
18-
'goalmilestone',
19-
'iesglogin.json',
20-
'ietfwg',
21-
'personororginfo.json',
22-
'wgchair.json',
23-
'wgstatus.json',
24-
'wgtype.json' ]
25-
"""
2611
# ------- Test Search -------- #
2712
def test_search(self):
2813
"Test Search"

ietf/secr/roles/tests.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ def augment_data():
1515
Group.objects.create(acronym='dummy',name='Dummy Group',type_id='sdo')
1616

1717
class MainTestCase(TestCase):
18-
# See ietf.utils.test_utils.TestCase for the use of perma_fixtures vs. fixtures
19-
perma_fixtures = ['persons', 'groupgroup']
20-
2118
def test_main(self):
2219
"Main Test"
2320
augment_data()

0 commit comments

Comments
 (0)