The TCK test class DefaultUnique in package org.apache.jdo.tck.query.result checks the default setting of the query unqiue flag. Today the class runs a COUNT query as the only aggregate test. I propose to add more test queries to cover the other aggregates AVG, MIN, MAX, and SUM.
Description
The TCK test class DefaultUnique in package org.apache.jdo.tck.query.result checks the default setting of the query unqiue flag. Today the class runs a COUNT query as the only aggregate test. I propose to add more test queries to cover the other aggregates AVG, MIN, MAX, and SUM.