Commit 203fcfce authored by Jérome Perrin's avatar Jérome Perrin

enable test for "wrapped method does not keep the return value", bug is now fixed


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4068 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aede92fa
......@@ -239,7 +239,7 @@ class TestInteractionWorkflow(ERP5TypeTestCase):
organisation.edit()
self.assertEquals(organisation.getDescription(),'aa')
def DISABLEDtest_07(self, quiet=0, run=run_all_test):
def test_07(self, quiet=0, run=run_all_test):
if not run: return
if not quiet:
self.logMessage('Interactions, Check If The Return Value Is Not Altered')
......
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