zap boogey utf-8 whitespace (we should have a post commit hook for that)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34629 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c4beb4e
......@@ -425,7 +425,7 @@ class TestSQLCatalog(unittest.TestCase):
ReferenceQuery(ReferenceQuery(operator='match', fulltext='b'),
operator='not'), operator='and'), operator='and')
self.catalog(reference_query, {'fulltext': 'a NOT b'})
# The same, with an order by, must raise
# The same, with an order by, must raise
self.assertRaises(MergeConflictError, self.catalog, reference_query,
{'fulltext': 'a NOT b', 'order_by_list': [('fulltext', ), ]},
check_search_text=False)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment