Skip to content

Commit

Permalink
Test autocomplete vocabulary factory is well registered.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelcourt committed Sep 4, 2015
1 parent eb8dce4 commit 29b1b45
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eea/faceted/vocabularies/README.txt
Expand Up @@ -59,3 +59,11 @@ Catalog indexes including sorting ones
>>> voc = getUtility(IVocabularyFactory, 'eea.faceted.vocabularies.SortingCatalogIndexes')
>>> voc
<eea.faceted.vocabularies.catalog.SortingCatalogIndexesVocabulary object at ...>

eea.faceted.vocabularies.SortingCatalog
---------------------------------------
Catalog indexes including sorting ones

>>> voc = getUtility(IVocabularyFactory, 'eea.faceted.vocabularies.AutocompleteVocabularies')
>>> voc
<eea.faceted.vocabularies.autocomplete.AutocompleteVocabularies object at ...>

0 comments on commit 29b1b45

Please sign in to comment.