Commit e0aa7469 authored by Jérome Perrin's avatar Jérome Perrin

This should have been in r13387


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13388 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 55420954
...@@ -1331,8 +1331,8 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor): ...@@ -1331,8 +1331,8 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
LOG('Testing... ',0,message) LOG('Testing... ',0,message)
ctool = self.getCatalogTool() ctool = self.getCatalogTool()
old_default_result_limit = cool.default_result_limit old_default_result_limit = ctool.default_result_limit
max_ = 10 max_ = ctool.default_result_limit = 3
#Create max + 2 Organisations #Create max + 2 Organisations
for i in xrange(max_ + 2): for i in xrange(max_ + 2):
self._makeOrganisation(title='abc%s' % (i), description='abc') self._makeOrganisation(title='abc%s' % (i), description='abc')
......
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