Commit 014b08af authored by Yoshinori Okuji's avatar Yoshinori Okuji

Exclude Base Domain as well.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18518 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb857dac
......@@ -147,7 +147,7 @@ class TestDomainTool(ERP5TypeTestCase):
# ignore simulation rules, which are now predicates
rule_query = Query(operator='AND', portal_type=['!=%s' % x for x in
domain_tool.getPortalRuleTypeList()])
domain_tool.getPortalRuleTypeList() + ('Base Domain',)])
# Test with order line and predicate to none
predicate_list = domain_tool.searchPredicateList(order_line,test=test,
......
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