Tests for moderate comments bulk actions added.

svn path=/plone.app.discussion/trunk/; revision=39942
This commit is contained in:
Timo Stollenwerk
2010-09-16 14:58:11 +00:00
parent 087efab54a
commit 8d866a0ff6
2 changed files with 101 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ from plone.app.discussion.interfaces import IComment
# Bug report: https://bugs.launchpad.net/zope2/+bug/176566
#
def _getContext(self):
def _getContext(self): # pragma: no cover
self = self.aq_parent
while getattr(self, '_is_wrapperish', None):
self = self.aq_parent