Remove unnecessary XXX since we already use layers.
svn path=/plone.app.discussion/trunk/; revision=40165
This commit is contained in:
parent
f1cf4c9688
commit
9d0fa61c4d
@ -12,7 +12,6 @@ class ToolTest(PloneTestCase):
|
|||||||
layer = DiscussionLayer
|
layer = DiscussionLayer
|
||||||
|
|
||||||
def afterSetUp(self):
|
def afterSetUp(self):
|
||||||
# XXX If we make this a layer, it only get run once...
|
|
||||||
# First we need to create some content.
|
# First we need to create some content.
|
||||||
self.loginAsPortalOwner()
|
self.loginAsPortalOwner()
|
||||||
typetool = self.portal.portal_types
|
typetool = self.portal.portal_types
|
||||||
|
Loading…
Reference in New Issue
Block a user