Skip to content

Commit

Permalink
Update tests to match r9541. Commit ready for merge.
Browse files Browse the repository at this point in the history
 - Legacy-Id: 9542
  • Loading branch information
rjsparks committed Apr 22, 2015
1 parent ecd69a1 commit 99e351f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ietf/doc/tests_draft.py
Expand Up @@ -1092,7 +1092,6 @@ def test_adopt_document(self):
self.assertEqual(draft.group.acronym, "mars")
self.assertEqual(draft.stream_id, "ietf")
self.assertEqual(draft.docevent_set.count() - events_before, 5)
self.assertTrue(mars.list_email in draft.notify)
self.assertTrue('draft-ietf-mars-test@ietf.org' in draft.notify)
self.assertTrue('draft-ietf-mars-test.ad@ietf.org' in draft.notify)
self.assertTrue('draft-ietf-mars-test.shepherd@ietf.org' in draft.notify)
Expand All @@ -1101,6 +1100,8 @@ def test_adopt_document(self):
self.assertTrue("marschairman@ietf.org" in unicode(outbox[-1]))
self.assertTrue("marsdelegate@ietf.org" in unicode(outbox[-1]))

self.assertFalse(mars.list_email in draft.notify)

class ChangeStreamStateTests(TestCase):
def test_set_tags(self):
draft = make_test_data()
Expand Down

0 comments on commit 99e351f

Please sign in to comment.