Commit b34a54a6 authored by Vincent Pelletier's avatar Vincent Pelletier

Woops, last commit went in the middle of parameter list.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24986 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f1dc9a29
...@@ -3030,12 +3030,12 @@ class TestCMFActivity(ERP5TypeTestCase): ...@@ -3030,12 +3030,12 @@ class TestCMFActivity(ERP5TypeTestCase):
# 4: activity raises # 4: activity raises
def test_114_checkSQLQueueActivitySucceedsAfterActivityChangingSkin(self, def test_114_checkSQLQueueActivitySucceedsAfterActivityChangingSkin(self,
quiet=0, run=run_all_test):
if not run: return if not run: return
if not quiet: if not quiet:
message = '\nCheck SQLQueue activity succeeds after an activity changing skin selection' message = '\nCheck SQLQueue activity succeeds after an activity changing skin selection'
ZopeTestCase._print(message) ZopeTestCase._print(message)
LOG('Testing... ',0,message) LOG('Testing... ',0,message)
quiet=0, run=run_all_test):
portal = self.getPortalObject() portal = self.getPortalObject()
activity_tool = self.getActivityTool() activity_tool = self.getActivityTool()
# Check that a reference script can be reached # Check that a reference script can be reached
......
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