From 563e805cecff8a70af61e11129baa7aa513f8979 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Sun, 1 Mar 2009 01:00:53 +0000 Subject: [PATCH] Seemingly, vincent forgot to update the import KeywordKey, after the naming changed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25751 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ZSQLCatalog/tests/testSearchKeys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ZSQLCatalog/tests/testSearchKeys.py b/product/ZSQLCatalog/tests/testSearchKeys.py index c5048f2ccb..5616968f16 100644 --- a/product/ZSQLCatalog/tests/testSearchKeys.py +++ b/product/ZSQLCatalog/tests/testSearchKeys.py @@ -31,7 +31,7 @@ from DateTime import DateTime from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase from Products.ZSQLCatalog.SearchKey.DefaultKey import DefaultKey from Products.ZSQLCatalog.SearchKey.RawKey import RawKey -from Products.ZSQLCatalog.SearchKey.KeyWordKey import KeyWordKey +from Products.ZSQLCatalog.SearchKey.KeywordKey import KeywordKey from Products.ZSQLCatalog.SearchKey.DateTimeKey import DateTimeKey from Products.ZSQLCatalog.SearchKey.FullTextKey import FullTextKey from Products.ZSQLCatalog.SearchKey.FloatKey import FloatKey -- 2.30.9