From d0c7599abd8fc57eef9ac4ee21a588ab6e5273a4 Mon Sep 17 00:00:00 2001 From: Yoshinori Okuji <yo@nexedi.com> Date: Tue, 12 Feb 2008 15:44:22 +0000 Subject: [PATCH] Fix the test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19274 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 59c113b692..b8b6f46878 100644 --- a/product/ZSQLCatalog/tests/testSearchKeys.py +++ b/product/ZSQLCatalog/tests/testSearchKeys.py @@ -104,7 +104,7 @@ size/Child/34""" ('LESSTHANEQUAL', 'KEYWORD', 'AND', 'GREATERTHANEQUAL', 'WORDSET',)) self.compare(KeyWordKey, '=John% and >="JOHN John"', - ('EXPLICITEQUALLITYWORD', 'KEYWORD', 'AND', + ('EXPLICITEQUALLITYWORD', 'AND', 'GREATERTHANEQUAL', 'WORDSET',)) self.compare(KeyWordKey, '.', ('WORD',)) -- 2.30.9