From 7dd18f1682ce5775d4e5683ab68e218476a6d85a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Wed, 2 Jul 2008 15:08:14 +0000
Subject: [PATCH] testQuotedStringKeywordKey was testing nothing due to error
 in parameters

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22218 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ZSQLCatalog/tests/testZSQLCatalog.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ZSQLCatalog/tests/testZSQLCatalog.py b/product/ZSQLCatalog/tests/testZSQLCatalog.py
index 155c60a66c..84e133bb72 100644
--- a/product/ZSQLCatalog/tests/testZSQLCatalog.py
+++ b/product/ZSQLCatalog/tests/testZSQLCatalog.py
@@ -378,7 +378,7 @@ class TestQuery(unittest.TestCase):
                 q.asSQLExpression())
 
   def testQuotedStringKeywordKey(self):
-    q = Query(title='Foo d\'Ba', type='keyword')
+    q = Query(title='Foo d\'Ba', key='Keyword')
     self.assertEquals(
               dict(where_expression="((((title LIKE '%Foo d''Ba%'))))",
                    select_expression_list=[]),
-- 
2.30.9