Commit 4b67dd70 authored by Łukasz Nowak's avatar Łukasz Nowak

- typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45537 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14bf3433
......@@ -1979,7 +1979,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
complex_query = ComplexQuery(query1, query2, operator="AND")
self.failIfDifferentSet([org_a.getPath() + '/default_address'],
[x.path for x in self.getCatalogTool()(query=complex_query)])
# Then try without aliases
# Then try with aliases
query1 = Query(parent_portal_type="Organisation",
table_alias_list=(("catalog" , "parent"),))
query2 = Query(grand_parent_portal_type="Organisation Module",
......
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