[Erp5-report] r34629 leonardo - /erp5/trunk/products/ZSQLCatalog/tests/testSQLCatalog.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 16 18:21:03 CEST 2010
Author: leonardo
Date: Fri Apr 16 18:21:02 2010
New Revision: 34629
URL: http://svn.erp5.org?rev=34629&view=rev
Log:
zap boogey utf-8 whitespace (we should have a post commit hook for that)
Modified:
erp5/trunk/products/ZSQLCatalog/tests/testSQLCatalog.py
Modified: erp5/trunk/products/ZSQLCatalog/tests/testSQLCatalog.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/tests/testSQLCatalog.py?rev=34629&r1=34628&r2=34629&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/tests/testSQLCatalog.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/tests/testSQLCatalog.py [utf8] Fri Apr 16 18:21:02 2010
@@ -425,7 +425,7 @@
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)
More information about the Erp5-report
mailing list