[Erp5-report] r19274 - /erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Feb 12 16:44:23 CET 2008
Author: yo
Date: Tue Feb 12 16:44:22 2008
New Revision: 19274
URL: http://svn.erp5.org?rev=19274&view=rev
Log:
Fix the test.
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=19274&r1=19273&r2=19274&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py (original)
+++ erp5/trunk/products/ZSQLCatalog/tests/testSearchKeys.py Tue Feb 12 16:44:22 2008
@@ -104,7 +104,7 @@
('LESSTHANEQUAL', 'KEYWORD', 'AND',
'GREATERTHANEQUAL', 'WORDSET',))
self.compare(KeyWordKey, '=John% and >="JOHN John"',
- ('EXPLICITEQUALLITYWORD', 'KEYWORD', 'AND',
+ ('EXPLICITEQUALLITYWORD', 'AND',
'GREATERTHANEQUAL', 'WORDSET',))
self.compare(KeyWordKey, '.', ('WORD',))
More information about the Erp5-report
mailing list