Commit 7c020474 authored by Nicolas Delaby's avatar Nicolas Delaby

restore call of getPortal because it restore SKINDATA in REQUEST

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35425 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 86ece99b
# -*- coding: utf-8 -*-
import base64, errno, select, socket, time
from threading import Thread
import Lifetime
......@@ -114,7 +115,7 @@ class ProcessingNodeTestCase(backportUnittest.TestCase, ZopeTestCase.TestCase):
def tic(self, verbose=0):
"""Execute pending activities"""
portal_activities = self.portal.portal_activities
portal_activities = self.getPortal().portal_activities
if 1:
if verbose:
ZopeTestCase._print('Executing pending activities ...')
......
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