[Erp5-report] r35604 nicolas.dumazet - /erp5/trunk/products/ERP5/tests/testTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 25 10:24:23 CEST 2010


Author: nicolas.dumazet
Date: Tue May 25 10:24:14 2010
New Revision: 35604

URL: http://svn.erp5.org?rev=35604&view=rev
Log:
this commit/tic is misleading as nothing happens between the previous one and this one

Modified:
    erp5/trunk/products/ERP5/tests/testTemplate.py

Modified: erp5/trunk/products/ERP5/tests/testTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testTemplate.py?rev=35604&r1=35603&r2=35604&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testTemplate.py [utf8] Tue May 25 10:24:14 2010
@@ -377,8 +377,6 @@
     self.assertFalse(template.isIndexable)
     
     # Because they are not indexable, they cannot be found by catalog
-    transaction.commit()
-    self.tic()
     self.assertEquals(0, len(self.portal.portal_catalog(uid=template.getUid())))
     template_line = template.objectValues()[0]
     self.assertEquals(0,




More information about the Erp5-report mailing list