From 29b1b450f7277c0eef439260dbb3867af8b80e52 Mon Sep 17 00:00:00 2001 From: Simon Delcourt Date: Fri, 4 Sep 2015 13:40:24 +0200 Subject: [PATCH] Test autocomplete vocabulary factory is well registered. --- eea/faceted/vocabularies/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/eea/faceted/vocabularies/README.txt b/eea/faceted/vocabularies/README.txt index 07df8f8..c59dc96 100644 --- a/eea/faceted/vocabularies/README.txt +++ b/eea/faceted/vocabularies/README.txt @@ -59,3 +59,11 @@ Catalog indexes including sorting ones >>> voc = getUtility(IVocabularyFactory, 'eea.faceted.vocabularies.SortingCatalogIndexes') >>> voc + +eea.faceted.vocabularies.SortingCatalog +--------------------------------------- +Catalog indexes including sorting ones + + >>> voc = getUtility(IVocabularyFactory, 'eea.faceted.vocabularies.AutocompleteVocabularies') + >>> voc +