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