Commit cf9cc041 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24989 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 487cc0d4
...@@ -3095,7 +3095,7 @@ class TestCMFActivity(ERP5TypeTestCase): ...@@ -3095,7 +3095,7 @@ class TestCMFActivity(ERP5TypeTestCase):
# - activity tool can exit between 2 processable activity batches # - activity tool can exit between 2 processable activity batches
# - activity tool won't process activities after process_shutdown was called # - activity tool won't process activities after process_shutdown was called
# - process_shutdown returns before Activity.tic() # - process_shutdown returns before Activity.tic()
# This is not perect though, since it would require to have access to # This is not perfect though, since it would require to have access to
# the waiting queue of CMFActivity's internal lock (is_running_lock) to # the waiting queue of CMFActivity's internal lock (is_running_lock) to
# make sure that it's what is preventing process_shutdown from returning. # make sure that it's what is preventing process_shutdown from returning.
portal = self.getPortalObject() portal = self.getPortalObject()
......
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