Use fixtures in test so that it actually runs

- Legacy-Id: 3621
This commit is contained in:
Ole Laursen 2011-11-15 11:27:04 +00:00
parent ce74be89ef
commit 5aa4e8b896

View file

@ -64,6 +64,8 @@ class SendScheduledAnnouncementsTestCase(django.test.TestCase):
class SendScheduledAnnouncementsTestCaseREDESIGN(django.test.TestCase):
fixtures = ["names"]
def test_send_plain_announcement(self):
from ietf.announcements.models import Message, SendQueue
from redesign.person.models import Person