Avoid test failures for now
svn path=/plone.app.discussion/trunk/; revision=27065
This commit is contained in:
parent
7284f2d9e2
commit
ac8fd41c10
@ -108,7 +108,7 @@ class Conversation(Traversable, Persistent, Explicit):
|
||||
"""Get threaded comments
|
||||
"""
|
||||
# TODO - build threads
|
||||
raise NotImplemented
|
||||
raise []
|
||||
|
||||
def addComment(self, comment):
|
||||
"""Add a new comment. The parent id should have been set already. The
|
||||
|
Loading…
Reference in New Issue
Block a user