fix security declaration (function was public before due to docstring)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44226 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 60de2a7d
......@@ -1190,7 +1190,7 @@ def initialize( context ):
writeLocalConstraint(class_id, text, create=create,
instance_home=self._v_instance_home.getPath())
security.declareProtected(Permissions.ManagePortal, 'runLiveTest')
security.declareProtected(Permissions.ManagePortal, 'readTestOutput')
def readTestOutput(self, position=0):
"""
Return unread part of the test result
......
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