Commit 374143a6 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix test

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44496 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 23c576d3
......@@ -1023,14 +1023,12 @@ class TestKMSearch(TestKMMixIn):
Test implicit (wiki-like) relations.
XXX: find way to have test implementation used from testDms.test_07_testImplicitRelations
"""
self.setupSphinx()
self.changeSkin('KM')
portal = self.portal
website = self.portal.web_site_module.km_test_web_site
web_page = self.web_page
self.setupSphinx()
self.stepTic()
self.changeSkin('KM')
def sqlresult_to_document_list(result):
return [i.getObject() for i in 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