test moderator notification enabled setting.

svn path=/plone.app.discussion/branches/notification/; revision=33928
This commit is contained in:
Timo Stollenwerk
2010-02-12 10:11:01 +00:00
parent f0fb6514c7
commit 6e46ce7581
2 changed files with 8 additions and 1 deletions
@@ -118,7 +118,7 @@ class TestModeratorNotificationUnit(PloneTestCase):
comment.text = 'Comment text'
self.conversation.addComment(comment)
self.assertEquals(len(self.mailhost.messages), 0)
def test_suite():
return unittest.defaultTestLoader.loadTestsFromName(__name__)