Commit bf7f27b4 authored by Ivan Tyagov's avatar Ivan Tyagov

Merge branch 'ivan_base'

parents 687fedda 423b0974
......@@ -27,15 +27,15 @@
<item>
<key> <string>after_script_name</string> </key>
<value>
<tuple/>
<list>
<string>Document_setContributor</string>
</list>
</value>
</item>
<item>
<key> <string>before_commit_script_name</string> </key>
<value>
<list>
<string>Document_setContributor</string>
</list>
<tuple/>
</value>
</item>
<item>
......
......@@ -1143,12 +1143,12 @@ class TestDocument(TestDocumentMixin):
version = '003',
language = 'bg',
reference = 'tlv-test-doc-1')
self.login()
contributor_list = document_4.getContributorValueList()
contributor_list.append(person1)
document_4.setContributorValueList(contributor_list)
document_4.publish()
self.tic()
self.login()
# search arbitrary word
kw = {'searchabletext_any': 'software'}
......
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