From 203fcfceb600a6f9b4811bf90bf160772ba97247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 18 Oct 2005 08:03:53 +0000 Subject: [PATCH] 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 --- product/ERP5/tests/testInteractionWorkflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testInteractionWorkflow.py b/product/ERP5/tests/testInteractionWorkflow.py index 2744794259..c63c258486 100755 --- a/product/ERP5/tests/testInteractionWorkflow.py +++ b/product/ERP5/tests/testInteractionWorkflow.py @@ -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') -- 2.30.9