[Erp5-report] r32256 yusuke - /erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 4 11:08:26 CET 2010


Author: yusuke
Date: Thu Feb  4 11:08:25 2010
New Revision: 32256

URL: http://svn.erp5.org?rev=32256&view=rev
Log:
no need tic for workflow change

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

Modified: erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py?rev=32256&r1=32255&r2=32256&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAdvancedInvoicing.py [utf8] Thu Feb  4 11:08:25 2010
@@ -1144,11 +1144,8 @@
   def test_autoplanned(self):
     sale_invoice = self.portal.getDefaultModule('Sale Invoice').newContent(portal_type='Sale Invoice')
     self.assertEquals(sale_invoice.getSimulationState(), 'draft')
-    self.tic()
-
     sale_invoice.autoPlan()
     self.assertEquals(sale_invoice.getSimulationState(), 'auto_planned')
-    self.tic()
 
     # other as anonymous
     self.failIfUserCanAccessDocument(self.other.getId(), sale_invoice)




More information about the Erp5-report mailing list