From e86df0027332551f71b62a6d09ebbc1f38d79d4d Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 2 Jul 2009 17:50:49 +0000 Subject: [PATCH] remove unnecessary test code. svn path=/plone.app.discussion/trunk/; revision=27779 --- plone/app/discussion/tests/test_catalog.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plone/app/discussion/tests/test_catalog.py b/plone/app/discussion/tests/test_catalog.py index 9772c90..5700ed7 100644 --- a/plone/app/discussion/tests/test_catalog.py +++ b/plone/app/discussion/tests/test_catalog.py @@ -85,9 +85,6 @@ class ConversationCatalogTest(PloneTestCase): conversation_brain = brains[0] self.assertEquals(conversation_brain.total_comments, 2) - comment2 = self.portal.doc1.restrictedTraverse('++conversation++default/%s' % new_comment2_id) - comment2.reindexObject() - def test_last_comment_date(self): self.failUnless(self.conversation_brain.has_key('last_comment_date')) self.assertEquals(self.conversation_brain.last_comment_date, datetime(2006, 9, 17, 14, 18, 12))