diff --git a/product/ERP5/tests/testTaskReporting.py b/product/ERP5/tests/testTaskReporting.py index c54fda3082af221beb8f756a092b3f7477d6fa55..9c976f188a2d6e1992c5bfa102b7e39d1705fd73 100644 --- a/product/ERP5/tests/testTaskReporting.py +++ b/product/ERP5/tests/testTaskReporting.py @@ -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