add missing DiscussionLayer to TestCommentOperations test.

svn path=/plone.app.discussion/trunk/; revision=35129
This commit is contained in:
Timo Stollenwerk 2010-03-17 15:09:23 +00:00
parent b70774343f
commit f5a171a6e0
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ class WorkflowTest(PloneTestCase):
class TestCommentOperations(PloneTestCase):
layer = DiscussionLayer
def afterSetUp(self):
self.loginAsPortalOwner()