Commit e9de6593 authored by Sebastien Robin's avatar Sebastien Robin

due to inexisting category, portal_rules.searchPredicateList was unable to find proper rule

parent b5d07284
......@@ -155,7 +155,7 @@ class TestTaskReporting(ERP5ReportTestCase):
id='development',
title='Development',
reference='ref 1',
quantity_unit='unit'
quantity_unit='day'
)
if not module.has_key('consulting'):
product = module.newContent(
......@@ -163,7 +163,7 @@ class TestTaskReporting(ERP5ReportTestCase):
id='consulting',
title='Consulting',
reference='ref 2',
quantity_unit='unit'
quantity_unit='day'
)
# and all this available to catalog
......
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