From ec0516ad74177fad9333f86f08904aea8d1ceac5 Mon Sep 17 00:00:00 2001 From: helmutm Date: Fri, 4 Jun 2010 07:07:25 +0000 Subject: [PATCH] add loops_keywords index to test set up git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3884 fd906abe-77d9-0310-91a1-e0d9ade77398 --- tests/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/setup.py b/tests/setup.py index 0e7f819..50e6e1c 100644 --- a/tests/setup.py +++ b/tests/setup.py @@ -177,6 +177,7 @@ class TestSite(object): catalog['loops_text'] = TextIndex('text', IIndexAttributes, True) catalog['loops_identifier'] = FieldIndex('identifier', IIndexAttributes, True) catalog['loops_type'] = FieldIndex('tokenForSearch', IType, False) + catalog['loops_keywords'] = KeywordIndex('keywords', IIndexAttributes, True) catalog['loops_state'] = KeywordIndex('tokens', IStatefulIndexInfo, False) component.provideAdapter(ConceptIndexAttributes) component.provideAdapter(ResourceIndexAttributes)