[Erp5-report] r29138 - /erp5/trunk/products/ERP5/tests/testInvoice.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 22 17:27:10 CEST 2009


Author: mame
Date: Tue Sep 22 17:27:09 2009
New Revision: 29138

URL: http://svn.erp5.org?rev=29138&view=rev
Log:
modified so that PPL created for testItemSplitting are not deleted

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

Modified: erp5/trunk/products/ERP5/tests/testInvoice.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testInvoice.py?rev=29138&r1=29137&r2=29138&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testInvoice.py [utf8] Tue Sep 22 17:27:09 2009
@@ -136,7 +136,7 @@
                    self.portal.purchase_packing_list_module,
                    self.portal.portal_simulation,):
       
-      folder.manage_delObjects([x for x in folder.objectIds() if x not in ('organisation_1','organisation_2')])
+      folder.manage_delObjects([x for x in folder.objectIds() if x not in ('organisation_1','organisation_2','ppl_1','ppl_2')])
      
     transaction.commit()
     self.tic()




More information about the Erp5-report mailing list