[Erp5-report] r25751 - /erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Mar 1 02:00:55 CET 2009


Author: yo
Date: Sun Mar  1 02:00:53 2009
New Revision: 25751

URL: http://svn.erp5.org?rev=25751&view=rev
Log:
Seemingly, vincent forgot to update the import KeywordKey, after the naming changed.

Modified:
    erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py

Modified: erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py?rev=25751&r1=25750&r2=25751&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py [utf8] Sun Mar  1 02:00:53 2009
@@ -31,7 +31,7 @@
 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




More information about the Erp5-report mailing list