[Erp5-report] r37297 rafael - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 27 17:20:05 CEST 2010


Author: rafael
Date: Tue Jul 27 17:20:04 2010
New Revision: 37297

URL: http://svn.erp5.org?rev=37297&view=rev
Log:
This behaviour is not expected yet, we don't use this export and build into same transaction into real life. More discussions are required to check it this is really a bug.


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

Modified: erp5/trunk/products/ERP5/tests/testBusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testBusinessTemplate.py?rev=37297&r1=37296&r2=37297&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] Tue Jul 27 17:20:04 2010
@@ -6976,6 +6976,7 @@ class TestBusinessTemplate(ERP5TypeTestC
     self.assertEquals(self.portal.exported_path,
         self.portal.portal_catalog.getResultValue(uid=uid))
 
+  @expectedFailure
   def test_build_and_export_bt5_into_same_transaction(self):
     """
       Copy, build and export a business template into the same transaction.




More information about the Erp5-report mailing list