From 09095345883377e28a714ec2940d9db106a83872 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Sat, 25 Feb 2012 01:41:05 +0000 Subject: [PATCH] Fix bug in test - Legacy-Id: 3967 --- ietf/idrfc/testsREDESIGN.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/idrfc/testsREDESIGN.py b/ietf/idrfc/testsREDESIGN.py index 963b05ae9..f5fb7ef7f 100644 --- a/ietf/idrfc/testsREDESIGN.py +++ b/ietf/idrfc/testsREDESIGN.py @@ -773,6 +773,7 @@ class BallotWriteupsTestCase(django.test.TestCase): # test regenerate when it's via RFC Editor draft.group = Group.objects.get(type="individ") draft.stream_id = "irtf" + draft.save() draft.set_state(State.objects.get(type="draft-iesg", slug="iesg-eva")) draft.tags.add("via-rfc")