From b014e92f279543e1341c03af225e811d90a59cb3 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sat, 4 Jul 2009 13:44:57 +0000 Subject: [PATCH] remove the available_expr with a workflow name in it. svn path=/plone.app.discussion/trunk/; revision=27811 --- plone/app/discussion/tests/test_catalog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plone/app/discussion/tests/test_catalog.py b/plone/app/discussion/tests/test_catalog.py index af5b131..5ae863c 100644 --- a/plone/app/discussion/tests/test_catalog.py +++ b/plone/app/discussion/tests/test_catalog.py @@ -220,7 +220,7 @@ class CommentCatalogTest(PloneTestCase): def test_clear_and_rebuild_catalog(self): # ToDo: This test fails if clear and rebuild is run - #self.catalog.clearFindAndRebuild() + self.catalog.clearFindAndRebuild() brains = self.catalog.searchResults(portal_type = 'Discussion Item') self.failUnless(brains) #comment_brain = brains[0]