Commit c78ca8df authored by Lucas Carvalho's avatar Lucas Carvalho

Added expectedFailure as Rafael requested to me.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36559 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7bbb5644
......@@ -6752,6 +6752,8 @@ class TestBusinessTemplate(ERP5TypeTestCase, LogInterceptor):
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment