cql-engine
cql-engine copied to clipboard
CQF-1270 Updated test expression in testCQLAggregate.
Note: cql aggregate fn not implemented yet. This pr only updates an aggregate test expression to get rid of external query and replace with in-line declaration of data as the source.
The source of this test is actually the CQL specification here: https://github.com/HL7/cql/blob/master/tests/cql/CqlAggregateTest.xml
If there are errors with the test specification let's fix them in the upstream cql repo and then propagate those changes here