Avoid test failures for now

svn path=/plone.app.discussion/trunk/; revision=27065
This commit is contained in:
Martin Aspeli 2009-05-23 15:59:15 +00:00
parent 7284f2d9e2
commit ac8fd41c10

View File

@ -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