Actions
Bug #3899
closedAppendAggregateProcessor has bad result for special cases
Start date:
02/04/2013
Due date:
% Done:
90%
Estimated time:
Description
When no node is aggregated:
- count and sum should return 0
- avg, min and max should return nothing (i.e. empty string)
- count should return the number of aggregated nodes
- sum should return NaN
- avg, min and max should return NaN
count MAY return an integer instead of a float.
Updated by Reynaud Sylvain over 12 years ago
- Status changed from New to Resolved
- Assigned To set to Reynaud Sylvain
- % Done changed from 0 to 90
NOT IMPLEMENTED : "count MAY return an integer instead of a float"
Actions