[Erp5-report] r24946 - /erp5/trunk/products/ERP5/Tool/SimulationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 19 12:00:36 CET 2008


Author: vincent
Date: Fri Dec 19 12:00:32 2008
New Revision: 24946

URL: http://svn.erp5.org?rev=24946&view=rev
Log:
Revert commit r24945: for strange reasons, it breaks.

Modified:
    erp5/trunk/products/ERP5/Tool/SimulationTool.py

Modified: erp5/trunk/products/ERP5/Tool/SimulationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/SimulationTool.py?rev=24946&r1=24945&r2=24946&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/SimulationTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/SimulationTool.py [utf8] Fri Dec 19 12:00:32 2008
@@ -1048,7 +1048,7 @@
                     # 'Use explicitly Universal' otherwise DateTime 
                     # search key will convert it to UTC one more time
                     Query(**{'%s.date' % (GREATER_THAN_DATE_TABLE_ID, ): \
-                             {'query': '%s Universal' % (date.ISO(), ), 'range': 'nlt'}}), 
+                             '>%s Universal' % (date.ISO(), )}), 
                     operator='AND'))
               assert len(equal_date_query_list) == \
                      len(greater_than_date_query_list)




More information about the Erp5-report mailing list