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.
Actions