Merged in [17268] from rjsparks@nostrum.com:

Set a meaningful state in a test fixture. Tests surprisingly were not broken by this though.
 - Legacy-Id: 17272
Note: SVN reference [17268] has been migrated to Git commit 8a5f960569
This commit is contained in:
Henrik Levkowetz 2020-02-03 15:36:03 +00:00
commit fdcf06496f

View file

@ -1,4 +1,4 @@
# Copyright The IETF Trust 2013-2019, All Rights Reserved
# Copyright The IETF Trust 2013-2020, All Rights Reserved
# -*- coding: utf-8 -*-
@ -166,7 +166,7 @@ def make_meeting_test_data(meeting=None):
doc = DocumentFactory.create(name='agenda-72-mars', type_id='agenda', title="Agenda",
uploaded_filename="agenda-72-mars.txt", group=mars, rev='00', states=[('draft','active')])
uploaded_filename="agenda-72-mars.txt", group=mars, rev='00', states=[('agenda','active')])
pres = SessionPresentation.objects.create(session=mars_session,document=doc,rev=doc.rev)
mars_session.sessionpresentation_set.add(pres) #