From ac8fd41c10d96e2eb1cbf5427e78237fc49115c9 Mon Sep 17 00:00:00 2001 From: Martin Aspeli Date: Sat, 23 May 2009 15:59:15 +0000 Subject: [PATCH] Avoid test failures for now svn path=/plone.app.discussion/trunk/; revision=27065 --- plone/app/discussion/conversation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/conversation.py b/plone/app/discussion/conversation.py index 4551c9c..03c65cf 100644 --- a/plone/app/discussion/conversation.py +++ b/plone/app/discussion/conversation.py @@ -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