Commit 097024ed authored by Łukasz Nowak's avatar Łukasz Nowak

- explain more in test docstring


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36979 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8b742d4
......@@ -3525,6 +3525,11 @@ VALUES
transaction.commit()
def test_PersonDocumentWithMonovaluedLocalRole(self):
"""Test when user is added, which has local roles on own Person Document
This is a case when Person document containting reference with local role
which shall be monovalued is reindexed for first time.
"""
user = 'person_document_user_name'
sql_connection = self.getSQLConnection()
......
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