Commit 8d5bf221 authored by Jérome Perrin's avatar Jérome Perrin

This should (also) have been in r13387


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13390 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed448e14
......@@ -1338,7 +1338,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
self._makeOrganisation(title='abc%s' % (i), description='abc')
self.assertEqual(max_,
len(self.getCatalogTool()(portal_type='Organisation')))
self.assertEqual(max + 2,
self.assertEqual(max_ + 2,
len(self.getCatalogTool()(portal_type='Organisation', limit=None)))
ctool.default_result_limit = old_default_result_limit
......
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