From 75cb46b31e44028237169e648a517dac595ff401 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Mon, 17 May 2010 12:07:09 +0000 Subject: [PATCH] Fix bug in [35374] git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35386 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/ProcessingNodeTestCase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/tests/ProcessingNodeTestCase.py b/product/ERP5Type/tests/ProcessingNodeTestCase.py index 88bccbdd2d..55fe81adfa 100644 --- a/product/ERP5Type/tests/ProcessingNodeTestCase.py +++ b/product/ERP5Type/tests/ProcessingNodeTestCase.py @@ -154,7 +154,7 @@ class ProcessingNodeTestCase(backportUnittest.TestCase, ZopeTestCase.TestCase): def afterSetUp(self): """Initialize a node that will only process activities""" - createZServer() #self.startZServer() + self.startZServer() self._registerNode(distributing=0, processing=1) transaction.commit() -- 2.30.9