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)