Make unit tests pass with Plone 3.3 again. Migration tests still failing.

svn path=/plone.app.discussion/trunk/; revision=30633
This commit is contained in:
Timo Stollenwerk
2009-10-16 12:11:58 +00:00
parent b07f556a32
commit e5f1a70de6
6 changed files with 48 additions and 17 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class CommentIndexersTest(PloneTestCase):
new_id = conversation.addComment(comment)
self.comment_id = new_id
self.comment = comment
self.comment = comment.__of__(conversation)
self.conversation = conversation
def test_title(self):