From f5a171a6e0b9b62fe6e70b0024152920a3fb59dd Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 17 Mar 2010 15:09:23 +0000 Subject: [PATCH] add missing DiscussionLayer to TestCommentOperations test. svn path=/plone.app.discussion/trunk/; revision=35129 --- plone/app/discussion/tests/test_workflow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plone/app/discussion/tests/test_workflow.py b/plone/app/discussion/tests/test_workflow.py index a2a08de..50e3e79 100644 --- a/plone/app/discussion/tests/test_workflow.py +++ b/plone/app/discussion/tests/test_workflow.py @@ -37,6 +37,8 @@ class WorkflowTest(PloneTestCase): class TestCommentOperations(PloneTestCase): + layer = DiscussionLayer + def afterSetUp(self): self.loginAsPortalOwner()