[Erp5-report] r36559 lucas - /erp5/trunk/products/ERP5/tests/testBusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 23 21:11:02 CEST 2010


Author: lucas
Date: Wed Jun 23 21:11:00 2010
New Revision: 36559

URL: http://svn.erp5.org?rev=36559&view=rev
Log:
Added expectedFailure as Rafael requested to me.

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=36559&r1=36558&r2=36559&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testBusinessTemplate.py [utf8] Wed Jun 23 21:11:00 2010
@@ -6752,6 +6752,8 @@ class TestBusinessTemplate(ERP5TypeTestC
     self.assertEquals(self.portal.exported_path,
         self.portal.portal_catalog.getResultValue(uid=uid))
 
+  # XXX (lucas): Rafael requested to add expectedFailure
+  @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